[Bug 738538] Add demuxer/parser for Apple's Core Audio Format (CAF)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 21 14:40:04 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=738538
  GStreamer | gst-plugins-bad | git

--- Comment #11 from Thiago Sousa Santos <thiagossantos at gmail.com> 2014-11-21 22:40:02 UTC ---
Took a quick look at the CAF spec. It is full audio file inside another file
structure. Also has the usual: HEADER | DATA | INDEX (data and index can be in
any order, there is also some metadata entries but they are optional).

One advantage of inheriting from GstElement is being able to go and parse the
index when it is at the end just like qtdemux does when moov if after mdat. One
can also seek without the index using estimatives for the audio frame sizes
when VBR is used.

-- 
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