qtmux: add AC-3 muxing support
authorThiago Santos <thiagoss@osg.samsung.com>
Thu, 11 Jun 2015 01:27:27 +0000 (22:27 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 11 Jun 2015 04:11:31 +0000 (01:11 -0300)
commitab18f5035c19b38b848a2acfb50dd792fe07ffcd
treed8c57fa0a8539bb4d2a7ed366caf4879ad8ba2bc
parent674e0cc2df0e653b0231baa28e1469227ee20fce
qtmux: add AC-3 muxing support

Adds AC-3 muxing support. It is defined for mp4 and 3gp formats.

One extra feature that was added was the ability to add extension
atoms after set_caps as the AC-3 extension atom needs some data
that has to be extracted from the stream itself and is not
present on caps.
gst/isomp4/atoms.c
gst/isomp4/atoms.h
gst/isomp4/fourcc.h
gst/isomp4/gstqtmux.c
gst/isomp4/gstqtmux.h
gst/isomp4/gstqtmuxmap.c