Change sink pad template caps to "video/quicktime"

Original commit message from CVS:
Change sink pad template caps to "video/quicktime"
This commit is contained in:
David Schleef 2004-01-03 11:18:56 +00:00
parent 9a44b0272c
commit 7a85d6c13a

View 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 =