GNOME Bugzilla – Bug 579688
can't create the elements of rtpg726
Last modified: 2009-06-16 05:58:37 UTC
Please describe the problem: I installed gstreamer-0.10.22. and gst-plugin-good-0.10.14 Can't create elements of rtpg726depay ,rtpg726pay , rtpg729depay .rtpg729pay .But other elements in gst-plugin-good-0.10.14/gst/rtp can be create. Steps to reproduce: 1. install gstreamer-0.10.22 and gst-plugin-good-0.10.14 2. just create an element of rtpg726depay using gst_element_factory_make 3. Actual results: gst_element_factory_make() return a null value Expected results: gst_element_factory_make("rtpg726depay","depay") should need to return a +ve value. Does this happen every time? yes Other information:
please make a debug log like this: GST_DEBUG=*:5 <yourapp> >debug.log 2>&1 then gzip the resulting debug.log file and attach to this bug report.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!
Installing the git versions will resolve this issue