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 154775 - [qtdemux] Quicktime movie causing some weird debug spew
[qtdemux] Quicktime movie causing some weird debug spew
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-07 11:47 UTC by Christian Fredrik Kalager Schaller
Modified: 2005-01-03 17:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2004-10-07 11:47:34 UTC
This quicktime move plays (although sound is a bit rough at times). I do cause
gstreamer/totem to spew some ugly debug though.
http://gstreamer.freedesktop.org/media/large/cohmovie.mov

ERROR (0x851f658 - 304763:47:52.341708000)         qtdemux(19220)
qtdemux.c(1349):qtdemux_type_get: unknown QuickTime node type twos
00000000 (0x84f1fda): 53 4d 49 20 53 45 51 48 00 00 00 05 e5 00 3c 1d  SMI
SEQH......<.
00000010 (0x84f1fea): c0 00 00 00 00                                   .....   
                                                                             
ERROR (0x851f658 - 304763:47:52.342505000)         qtdemux(19220)
qtdemux.c(1349):qtdemux_type_get: unknown QuickTime node type SEQH
ERROR (0x851f658 - 304763:47:52.342715000)         qtdemux(19220)
qtdemux.c(1349):qtdemux_type_get: unknown QuickTime node type twos
ERROR (0x851f658 - 304763:47:52.342866000)         qtdemux(19220)
qtdemux.c(1349):qtdemux_type_get: unknown QuickTime node type SEQH
 
(totem:19220): GStreamer-CRITICAL **: file gstcaps.c: line 413
(gst_caps_get_structure): assertion `GST_IS_CAPS (caps)' failed
 
(totem:19220): GStreamer-CRITICAL **: file gsttag.c: line 437 (gst_is_tag_list):
assertion `p != NULL' failed
 
(totem:19220): GStreamer-CRITICAL **: file gsttag.c: line 976 (gst_tag_list_get
Comment 1 Ronald Bultje 2004-10-09 20:36:52 UTC
The tag warnings are fixed. The rest is qtdemux output, I'll work on that later.
Comment 2 Stephane Loeuillet 2004-12-13 10:52:30 UTC
notice : the media file location is not good anymore (file moved ?)
Comment 3 Christian Fredrik Kalager Schaller 2004-12-13 11:21:10 UTC
Yeah, it was removed from the testsuite. But Ronald knows the issue and most Qt
movies produce it so I guess it is not needed. If Ronald wants it I have it
locally still.
Comment 4 Ronald Bultje 2005-01-03 17:44:22 UTC
Those debug messages have been removed.