Added audio/x-m4a to the sink caps

Original commit message from CVS:
Added audio/x-m4a to the sink caps
This commit is contained in:
Iain Holmes 2003-11-27 17:35:00 +00:00
parent de386a57d9
commit 9c81eec41c

View file

@ -117,6 +117,11 @@ GST_PAD_TEMPLATE_FACTORY (sink_templ,
"qtdemux_sink",
"video/quicktime",
NULL
),
GST_CAPS_NEW (
"qtdemux_sink",
"audio/x-m4a",
NULL
)
)