summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/qtdemux/qtdemux.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index 2ab89d9be..9dfeca974 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
)
)