After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 579688 - can't create the elements of rtpg726
can't create the elements of rtpg726
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.14
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-21 06:16 UTC by sreerenj
Modified: 2009-06-16 05:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description sreerenj 2009-04-21 06:16:44 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:
Comment 1 Wim Taymans 2009-04-21 20:00:53 UTC
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.
Comment 2 Tim-Philipp Müller 2009-06-15 22:12:29 UTC
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!
Comment 3 sreerenj 2009-06-16 05:58:37 UTC
Installing the git versions will resolve this issue