diff options
author | Nicola Murino <nicola.murino@gmail.com> | 2013-03-18 12:30:50 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-03-22 20:44:43 +0000 |
commit | 16dfcbe706d8d3dddfbc00c60145a1381a77fdc3 (patch) | |
tree | 07c12806fe7a9607b351cff30e4d6cd05c1e94dc | |
parent | 7691f6d0c2dcaa900da8e08a2301302611e70810 (diff) |
qtmux: expose mulaw caps
https://bugzilla.gnome.org/show_bug.cgi?id=696052
-rw-r--r-- | gst/isomp4/gstqtmuxmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/isomp4/gstqtmuxmap.c b/gst/isomp4/gstqtmuxmap.c index e0fb78bf1..362b1b6dc 100644 --- a/gst/isomp4/gstqtmuxmap.c +++ b/gst/isomp4/gstqtmuxmap.c @@ -176,6 +176,7 @@ GstQTMuxFormatProp gst_qt_mux_format_list[] = { AAC_CAPS " ; " ADPCM_CAPS " ; " "audio/x-alaw, " COMMON_AUDIO_CAPS (2, MAX) "; " + "audio/x-mulaw, " COMMON_AUDIO_CAPS (2, MAX) "; " AMR_CAPS " ; " ALAC_CAPS) } , |