summaryrefslogtreecommitdiffstats
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
commit9c81eec41c52fd490876de3807956df4a9bb16a9 (patch)
treeac7e2120f2841af478573e69bd919693b14bfde3
parentde386a57d9c9300cc8983184fbab4c27a579a5b5 (diff)
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 2ab89d9b..9dfeca97 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
)
)