GStreamer-sharp failed to create pipeline
问题 I try to display RTSP stream using Gstreamer in my WPF application. So I did so far: installed GStreamer into loal folder F:/gstreamer Created new WPF application Added glib-sharp and gstreamer-sharp as dependencies. The code below I use to init the library: Gst.Application.Init(); // (1) mainLoop = new GLib.MainLoop(); mainGLibThread = new System.Threading.Thread(mainLoop.Run); mainGLibThread.Start(); Element uriDecodeBin = ElementFactory.Make("playbin", "uriDecodeBin0"); // (2) Unable to