From 9c81eec41c52fd490876de3807956df4a9bb16a9 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 27 Nov 2003 17:35:00 +0000 Subject: [PATCH] Added audio/x-m4a to the sink caps Original commit message from CVS: Added audio/x-m4a to the sink caps --- gst/qtdemux/qtdemux.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 2ab89d9..9dfeca9 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -117,6 +117,11 @@ GST_PAD_TEMPLATE_FACTORY (sink_templ, "qtdemux_sink", "video/quicktime", NULL + ), + GST_CAPS_NEW ( + "qtdemux_sink", + "audio/x-m4a", + NULL ) ) -- 2.7.4