Error in setting up a gst pipeline (example)

Tim-Philipp Müller t.i.m at zen.co.uk
Fri Jan 18 03:16:33 PST 2013


On Fri, 2013-01-18 at 02:59 -0800, joestrummer1982 wrote:
> Yes, executing gst-inspect-0.10.exe $absolute_path_to/libgstplaybin.dll was
> successfull ...

Did it show the playbin2 element in the list?

If yes, it sounds like GStreamer is looking in the wrong directory and
doesn't find your plugin .dlls. You can fix this by setting the
GST_PLUGIN_PATH environment variable to the directory with the plugins.

Check if you can create any other elements, such as e.g. filesrc.

Cheers 
-Tim



More information about the gstreamer-devel mailing list