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 126922 - [qtdemux] demuxes incorrectly
[qtdemux] demuxes incorrectly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 138435
 
 
Reported: 2003-11-13 19:59 UTC by Benjamin Otte (Company)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2003-11-13 19:59:11 UTC
pipeline used:
gst-launch ./shrek.mov ! qtdemux ! mad ! osssink
where the shrek.mov was downloaded from
http://www.dreamworks.com/trailers/shrek2/shrek2_tsr_qt_480.mov
Comment 1 David Schleef 2004-03-06 03:54:50 UTC
This seems to work now, due to unknown changes in qtdemux, probably.
Comment 2 Benjamin Otte (Company) 2004-03-06 13:43:34 UTC
I fixed that some time ago ;)

got a new one though:
http://int1.fp.sandpiper.net/sonypde/spider-man_2-tsr_fs2.zip
Comment 3 Ronald Bultje 2004-09-13 20:12:17 UTC
Interesting. Video stream #0 is image/jpeg. Subtitle or so? Can't tell, didn't
look too close yet. Video stream #1 is SVQ3 and contains the actual stream.
Audio is QDM2, we don't do that (see #140147).
Comment 4 Ronald Bultje 2004-10-02 14:18:39 UTC
Above works now.