Hello, I’m receiving an error trying to create a project using GStreamer SDK (Windows) based on the basic tutorial 12 and getting the error ‘no element "playbin2"’ after the line pipeline = gst_parse_launch ("playbin2 uri=http://**camIP**/videostream.cgi ", &error); I’ve copied all the dlls to the project bin folder and copied the property pages for gstreamer-net-0.10 gstreamer-plugins-base-0.10 gstreamer-0.10 Any ideas on what I am missing? Thanks in advance… _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Try using 'gst-inspect-0.10 playbin2' on the command line first to make
sure the element is installed properly. I think that's a better position to mitigate the problem if it cannot find the element. If it's only your app not being able to find it, it still gives you some hint. Cheers, Kris On 21/11/12 14:15, Brian Martin wrote: > Hello, > > > > I'm receiving an error trying to create a project using GStreamer SDK > (Windows) based on the basic tutorial 12 and getting the error 'no element > "playbin2"' after the line > > pipeline = gst_parse_launch ("playbin2 > uri=http://**camIP**/videostream.cgi > ", &error); > > > > I've copied all the dlls to the project bin folder and copied the property > pages for > > gstreamer-net-0.10 > > gstreamer-plugins-base-0.10 > > gstreamer-0.10 > > > > Any ideas on what I am missing? > > Thanks in advance. > > > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
'gst-inspect-0.10 playbin2' Checked out, so it looks like it was installed
properly. I'm trying to create a self-contained project without references to the install directories, and have copied all of the dlls from the sdk to the bin folder, but still getting the error. -----Original Message----- Try using 'gst-inspect-0.10 playbin2' on the command line first to make sure the element is installed properly. I think that's a better position to mitigate the problem if it cannot find the element. If it's only your app not being able to find it, it still gives you some hint. Cheers, Kris On 21/11/12 14:15, Brian Martin wrote: > Hello, > > > > I'm receiving an error trying to create a project using GStreamer SDK > (Windows) based on the basic tutorial 12 and getting the error 'no > element "playbin2"' after the line > > pipeline = gst_parse_launch ("playbin2 > uri=http://**camIP**/videostream.cgi > ", &error); > > > > I've copied all the dlls to the project bin folder and copied the > property pages for > > gstreamer-net-0.10 > > gstreamer-plugins-base-0.10 > > gstreamer-0.10 > > > > Any ideas on what I am missing? > > Thanks in advance. > > > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Mi, 2012-11-21 at 10:36 -0500, Brian Martin wrote:
> 'gst-inspect-0.10 playbin2' Checked out, so it looks like it was installed > properly. I'm trying to create a self-contained project without references > to the install directories, and have copied all of the dlls from the sdk to > the bin folder, but still getting the error. Did you also copy the playbin2 plugin .dll and set GST_PLUGIN_PATH or GST_PLUGIN_SYSTEM_PATH to the directory where you copied this plugin (and all the others you need)? Also see the "Windows deployment" section on docs.gstreamer.com _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (205 bytes) Download Attachment |
Sebastian,
Yes, setting the GST_PLUGIN_PATH environment variable got me squared away. Thanks for your help! -----Original Message----- > 'gst-inspect-0.10 playbin2' Checked out, so it looks like it was > installed properly. I'm trying to create a self-contained project > without references to the install directories, and have copied all of > the dlls from the sdk to the bin folder, but still getting the error. Did you also copy the playbin2 plugin .dll and set GST_PLUGIN_PATH or GST_PLUGIN_SYSTEM_PATH to the directory where you copied this plugin (and all the others you need)? Also see the "Windows deployment" section on docs.gstreamer.com _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |