Comment 9 for bug 1096658

Revision history for this message
Tim K (kelletim) wrote :

sure -

Tried this on a 58MB ape file:
tim@echo:~$ gst-launch giosrc location="file:///home/tim/test.ape" name=src ! decodebin name=decoder ! audiorate ! audioresample ! audioconvert ! vorbisenc quality=0.8 ! oggmux ! giosink location="file:///home/tim/test.ogg"
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Redistribute latency...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 3916433311 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...

the result is a severely truncated ogg file:

tim@echo:~$ ls -lrt test.*
tim@echo:~$ ls -lrht test.*
-rw-r--r-- 1 tim tim 58M Jan 7 10:57 test.ape
-rw-rw-r-- 1 tim tim 42K Jan 7 11:00 test.ogg