Added audio/x-m4a to the sink caps
authorIain Holmes <iain@prettypeople.org>
Thu, 27 Nov 2003 17:35:00 +0000 (17:35 +0000)
committerIain Holmes <iain@prettypeople.org>
Thu, 27 Nov 2003 17:35:00 +0000 (17:35 +0000)
Original commit message from CVS:
Added audio/x-m4a to the sink caps

gst/qtdemux/qtdemux.c

index 2ab89d9..9dfeca9 100644 (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
   )
 )