summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2003-11-27 17:35:00 +0000
committerIain Holmes <iain@prettypeople.org>2003-11-27 17:35:00 +0000
commitb1cf10ff2e341155b75a16b3aa56a1074b6d0b73 (patch)
tree1fa6d45f16a5a2f55524a38d9c00913de0a72e47
parent0629847fb19f2b7344ec91bb97fe73ead567abab (diff)
downloadgstreamer-plugins-bad-b1cf10ff2e341155b75a16b3aa56a1074b6d0b73.tar.gz
Added audio/x-m4a to the sink caps
Original commit message from CVS: Added audio/x-m4a to the sink caps
-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
)
)