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 135868 - scary messages on console when trying to play a non-playable file
scary messages on console when trying to play a non-playable file
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-01 19:50 UTC by Jon Trowbridge
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jon Trowbridge 2004-03-01 19:50:35 UTC
By mistake, I selected a PDF file from the "recent files" history in totem.
I got the following on the console:

(totem:19671): GStreamer-CRITICAL **: file gstpad.c: line 2868
(gst_pad_push): assertion `data != NULL' failed
                                                                          
                                                           
(totem:19670): GStreamer-WARNING **: inconsistent state information, fix
threading please
                                                                          
                                                           
(totem:19668): GStreamer-WARNING **: inconsistent state information, fix
threading please
                                                                          
                                                           
(totem:19671): GStreamer-CRITICAL **: file gstdata.c: line 188
(gst_data_ref): assertion `GST_DATA_REFCOUNT_VALUE(data) > 0' failed
                                                                          
                                                           
(totem:19668): Gtk-WARNING **: Ignoring the separator setting
                                                                          
                                                           
(totem:19672): GStreamer-CRITICAL **: file gstdata.c: line 236
(gst_data_unref): assertion `GST_DATA_REFCOUNT_VALUE (data) > 0' failed   
                                                                          
                                                       
(totem:19672): GStreamer-CRITICAL **: file gstdata.c: line 236
(gst_data_unref): assertion `GST_DATA_REFCOUNT_VALUE (data) > 0' failed   
                                                                          
                                                       
(totem:19670): GStreamer-WARNING **: inconsistent state information, fix
threading please

Totem then reported that the file couldn't be played.  At least it didn't
crash...
Comment 1 David Schleef 2004-03-31 05:44:22 UTC
I'm not getting any of these warnings with the GstPlay test app. 
(gst-plugins/examples/gstplay/player).

Could you run this with --gst-fatal-warnings and attach a stack trace?
Comment 2 Thomas Vander Stichele 2004-07-06 11:57:18 UTC
jon, ping ?
Comment 3 Christian Fredrik Kalager Schaller 2004-11-25 18:18:21 UTC
Tested opening a pdf in totem, with now get a proper error message saying it
doesn't recognize the format. Closing.