GNOME Bugzilla – Bug 531885
how to rectify the error
Last modified: 2008-05-13 08:47:57 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
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.