summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorNicola Murino <nicola.murino@gmail.com>2013-03-18 12:30:50 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2013-03-22 20:12:52 +0000
commit2dd14a42ff100bcfe103db2c4fe93ef26db6ea3d (patch)
tree94743b516b1208ae9c5ee67a17cc7fbb87105b1d /gst
parent7f8ea87c4b60a406124e021dfd3640a79b043ac2 (diff)
downloadgst-plugins-good-2dd14a42ff100bcfe103db2c4fe93ef26db6ea3d.tar.gz
gst-plugins-good-2dd14a42ff100bcfe103db2c4fe93ef26db6ea3d.tar.xz
qtmux: expose mulaw caps
https://bugzilla.gnome.org/show_bug.cgi?id=696052
Diffstat (limited to 'gst')
-rw-r--r--gst/isomp4/gstqtmuxmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/isomp4/gstqtmuxmap.c b/gst/isomp4/gstqtmuxmap.c
index 29675b44a..ef703054e 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)
}
,