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 531885 - how to rectify the error
how to rectify the error
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-07 05:29 UTC by Laxman Dodda
Modified: 2008-05-13 08:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laxman Dodda 2008-05-07 05:29:41 UTC
gst-launch rtspsrc location=/scratchbox/users/azingo/home/azingo/sample_50kbit.3gp   ! ffdemux_mov_mp4_m4a_3gp_3g2_mj2 ! ffdec_mpeg4 ! ffmpegcolorspace ! videoscale ! gconfvideosink

(process:7628): GStreamer-WARNING **: The GStreamer function gst_init_get_option_group() was
        called, but the GLib threading system has not been initialised
        yet, something that must happen before any other GLib function
        is called. The application needs to be fixed so that it calls
           if (!g_thread_supported ()) g_thread_init(NULL);
        as very first thing in its main() function. Please file a bug
        against this application.


Please give replyto my email id laxmanbalu@gmail.com
Comment 1 Sebastian Dröge (slomo) 2008-05-07 05:43:33 UTC
Hi,
which version of gstreamer, gst-plugins-base and gst-plugins-good is this? Newer versions (gstreamer 0.10.15 iirc) should have this warning fixed.