From 709f05234f2c7f4c345de3f5d136d5bfdcaad7d4 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Mon, 18 Mar 2013 12:30:50 +0100 Subject: [PATCH] qtmux: expose mulaw caps https://bugzilla.gnome.org/show_bug.cgi?id=696052 --- gst/isomp4/gstqtmuxmap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/isomp4/gstqtmuxmap.c b/gst/isomp4/gstqtmuxmap.c index 2795e97db2..b739a7c8be 100644 --- a/gst/isomp4/gstqtmuxmap.c +++ b/gst/isomp4/gstqtmuxmap.c @@ -167,6 +167,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) } ,