I worked through the first SDK tutorial at http://docs.gstreamer.com/pages/viewpage.action?pageId=327735 using gstreamer 1.6.3 on Ubuntu 15.05. The command: gst_parse_launch ("playbin2 uri=http://docs.gstreamer.com/media/sintel_trailer-480p.webm", NULL); failed because playbin2 doesn't exist in 1.0. It worked after I spent awhile scratching my head. Once I realized that I needed changed it to gst_parse_launch("playbin ..."), it played correctly. There have been other people with the same problem. Cheers Ben
Hi, me again. Tutorial 3 has a problem with gst_pad_get_caps() in pad_added_handler(). There are ports of the tutorials at https://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/tree/gst-sdk/tutorials Please change the tutorials at http://docs.gstreamer.com/display/GstSDK/Basic+tutorials to these new tutorials that work for gstreamer 1.0 Thank you for your time, Ben
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.