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 735631 - riff: Recognize RF64 as RIFF file
riff: Recognize RF64 as RIFF file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.4.0
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-28 19:05 UTC by Peter G. Baum
Modified: 2014-08-29 08:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Recognize-RF64-as-RIFF-file (1.43 KB, patch)
2014-08-28 19:06 UTC, Peter G. Baum
committed Details | Review

Description Peter G. Baum 2014-08-28 19:05:42 UTC
MBWF / RF64 is an extended File Format for enabling file sizes to exceed 4
Gbyte defined by the EBU (European Broadcast Union) see
http://tech.ebu.ch/docs/tech/tech3306-2009.pdf.

To use gstreamer in professional environments where audio files exceed 4 GB
this file format has to be supported.

See bug #735627 for a example file and the actual data handling
Comment 1 Peter G. Baum 2014-08-28 19:06:49 UTC
Created attachment 284738 [details] [review]
Recognize-RF64-as-RIFF-file
Comment 2 Sebastian Dröge (slomo) 2014-08-29 08:48:17 UTC
commit b9a54fcabe564a5571791f7c861bd269a399b445
Author: Peter G. Baum <peter@dr-baum.net>
Date:   Wed Jul 23 21:25:24 2014 +0200

    riff: Recognize RF64 as RIFF file
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735631