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 654243 - wavenc: Go EOS and report an error if larger than 2GB
wavenc: Go EOS and report an error if larger than 2GB
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-08 13:01 UTC by j^
Modified: 2018-11-03 14:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description j^ 2011-07-08 13:01:10 UTC
encoding files longer than 1h40m with this pipeline:

gst-launch-0.10 pulsesrc ! queue ! audio/x-raw-int,rate=44100,channels=2 ! wavenc ! filesink location=/tmp/test.wav

creates a corrupt wav files. its opened in totem/audacity but only the first 2GB of data are played.
Ot is possible to open the file in audacity as raw samples, skipping the header(first 20bytes). So data gets written to disk but the wav headers are wrong.
Comment 1 David Schleef 2011-07-09 23:32:49 UTC
Then don't use formats with 32-bit limits.  :)

wavenc could be helpful and generate an error after pushing 4 GB of data.
Comment 2 Edward Hervey 2018-05-08 05:29:05 UTC
Still valid
Comment 3 GStreamer system administrator 2018-11-03 14:44:20 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/47.