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 168142 - Doesn't play HitchHikers trailer (QT/Sorenson3/MP3)
Doesn't play HitchHikers trailer (QT/Sorenson3/MP3)
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.9
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-22 12:28 UTC by Ross Burton
Modified: 2005-08-29 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ross Burton 2005-02-22 12:28:06 UTC
The .mov linked from http://www.waxy.org/archive/2005/02/16/hitchhik.shtml
(currently http://media.eod.com/hhgttg_high.mov) doesn't play correctly in
gstreamer:

$ gst-launch-ext-0.8  HG2G_Trailer2_0197_3000.mov
Running command-line
gst-launch-0.8 filesrc location="HG2G_Trailer2_0197_3000.mov" ! decodebin name=d
{ d. ! queue ! ffmpegcolorspace ! videoscale ! ffmpegcolorspace ! xvimagesink }
{ d. ! queue ! audioconvert ! audioscale ! osssink }

RUNNING pipeline ...
ERROR (0x80509d8 - 308076:27:13.671117000)         qtdemux(19072)
qtdemux.c(1391):qtdemux_parse: length too long (1397573920 > 21)
ERROR (0x80509d8 - 308076:27:13.671454000)         qtdemux(19072)
qtdemux.c(1195):qtdemux_parse: atom length too long (2359296 > 40)
ERROR (0x80509d8 - 308076:27:13.671616000)         qtdemux(19072)
qtdemux.c(1191):qtdemux_parse: atom length too short (0 < 8)
ERROR (0x80509d8 - 308076:27:15.453720000)         qtdemux(19072)
qtdemux.c(754):gst_qtdemux_loop_header: cannot flush backwards

At this point the CPU is working but there is no display.
Comment 1 Ross Burton 2005-02-22 12:29:49 UTC
Hm, actually, this is a broken install.

I'll re-open if I can't make it play with ffmpeg working :)