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 465774 - qt video does not play, but can be seeked
qt video does not play, but can be seeked
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-11 20:21 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2007-08-12 14:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2007-08-11 20:21:27 UTC
get the video from:
http://www.djcj.org/quicktoots/freewheeling/loopmix.avi
http://rasmus.uib.no/~jri022/ringheimsauto/loopmix.avi
its actualy a quicktime and not avi.

Run totem or any gstreamer based player

0:00:02.392158000 16615 0x80d27f0 WARN               qtdemux qtdemux.c:2142:qtdemux_parse_node:<qtdemux0> mp4a version 0x00000000
0:00:02.392427000 16615 0x80d27f0 WARN               qtdemux qtdemux.c:2076:qtdemux_parse_container:<qtdemux0> length too long (520359275 > 19)
0:00:02.392629000 16615 0x80d27f0 WARN               qtdemux qtdemux_types.c:127:qtdemux_type_get: unknown QuickTime node type �req
0:00:02.392699000 16615 0x80d27f0 WARN               qtdemux qtdemux_types.c:127:qtdemux_type_get: unknown QuickTime node type �enc
0:00:02.392941000 16615 0x80d27f0 WARN               qtdemux qtdemux_types.c:127:qtdemux_type_get: unknown QuickTime node type �req
0:00:02.392998000 16615 0x80d27f0 WARN               qtdemux qtdemux_types.c:127:qtdemux_type_get: unknown QuickTime node type �enc
0:00:02.467083000 16615 0x80d27f0 WARN               qtdemux qtdemux.c:3100:qtdemux_parse_trak:<qtdemux0> unknown version 00000000
0:00:02.865981000 16615 0x80d27f0 WARN                   bin gstbin.c:2586:gst_bin_handle_message_func:<play> received deprecated STATE_DIRTY message
0:00:03.047187000 16615 0x85bd5f8 WARN           xvimagesink xvimagesink.c:594:gst_xvimagesink_xvimage_new:<xvimagesink0> unexpected XShm image size (got 622080, expected 829440)
0:00:08.567065000 16604 0x83aee70 WARN             decodebin gstdecodebin.c:1226:queue_filled_cb:<decodebin0> Queue is bigger than 20Mbytes, something else is going wrong

I don't get the queue size warning when using decodebin2, but still it does not play. The funny thing is, that I can seek through the video and I can see it.
Comment 1 Wim Taymans 2007-08-12 14:36:40 UTC
It failed to parse the mp4a version 0 atom and did not get the esds descriptor so that audio decoding failed.

        * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
        Fix parsing of mp4a version 0 atoms. Fixes #465774.