Error in setting up a gst pipeline (example)
Tim-Philipp Müller
t.i.m at zen.co.uk
Fri Jan 18 02:46:43 PST 2013
On Fri, 2013-01-18 at 02:25 -0800, joestrummer1982 wrote:
> i want to go into gstreamer (C/C++), so i want to test something very easy,
> just an example to setup playbin2 to play movie file.
>
> But if i execute "GstElement * gstPipeline =
> gst_element_factory_make("playbin2","player");", the output is a NULL
> Pointer (gstPipeline), but the GST_PLUGIN_PATH is set correctly and the lib
> "libgstplaybin.dll" is existing there in the path.
>
> What can be wrong?
Does running gst-inspect-0.10.exe $absolute_path_to/libgstplaybin.dll
work?
Cheers
-Tim
More information about the gstreamer-devel
mailing list