[Bug 654278] aiffmux creates broken files if data larger 2GB

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 16 02:30:00 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=654278
  GStreamer | gst-plugins-bad | 0.10.x

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #2 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-08-16 09:29:55 UTC ---
Oddly, it worked fine for me, though using a slightly different pipeline (to
avoid waiting 1h40):

gst-launch audiotestsrc is-live=0 blocksize=$((1024*1024)) num-buffers=3096 !
audioconvert ! audio/x-raw-int,rate=44100,channels=2,width=32,depth=32 !
aiffmux ! filesink location=test.aiff

Audacity and Totem saw the whole file of about 3 GB. There was an integer
overflow though, but which would have triggered at about half a GB's size, so
probably not the cause.

Not sure whether it's better to drop data after 4 GB or cause a pipeline flow
error though. I've done the former.

Patches to folllow...

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list