[gstreamer-bugs] [Bug 167129] New: qtdemux eats last chunk
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Fri Feb 11 14:18:45 PST 2005
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=167129
GStreamer | gst-plugins | Ver: HEAD CVS
Summary: qtdemux eats last chunk
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: in7y118 at public.uni-hamburg.de
QAContact: gstreamer-bugs at lists.sourceforge.net
CC: all-bugs at bugzilla.gnome.org
1. Get a Quicktime file. For this example I'm using the Sin City trailer
available at http://images.apple.com/movies/miramax/sin_city/sin_city_m480.mov
2. Run "mplayer sin_city_m480.mov -dumpaudio sin_city_m480.mov"
3. Run "gst-launch filesrc location=/mnt/mandrake/sin_city_m480.mov ! qtdemux !
audio/x-qdm2 ! filesink location=gst.dump"
4. Run "ls -l *.dump". You'll get output like this:
-rw-r--r-- 1 lvs lvs 1307836 2005-02-11 22:44 gst.dump
-rw-r--r-- 1 lvs lvs 1310064 2005-02-11 22:43 stream.dump
Note that both files have a different length. The difference is exactly one
chunk. If you cmp those 2 files, you'll find out it's the last chunk that's missing.
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list