Change sink pad template caps to "video/quicktime"
authorDavid Schleef <ds@schleef.org>
Sat, 3 Jan 2004 11:18:56 +0000 (11:18 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 3 Jan 2004 11:18:56 +0000 (11:18 +0000)
Original commit message from CVS:
Change sink pad template caps to "video/quicktime"

gst/qtdemux/qtdemux.c

index 4361dd2..fa90ad3 100644 (file)
@@ -116,7 +116,7 @@ GST_STATIC_PAD_TEMPLATE (
   "sink",
   GST_PAD_SINK,
   GST_PAD_SOMETIMES,
-  GST_STATIC_CAPS_ANY
+  GST_STATIC_CAPS ("video/quicktime")
 );
 
 static GstStaticPadTemplate gst_qtdemux_videosrc_template =