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 86ac1d20fb
commit 32908914a4

View file

@ -116,7 +116,7 @@ GST_STATIC_PAD_TEMPLATE (
"sink", "sink",
GST_PAD_SINK, GST_PAD_SINK,
GST_PAD_SOMETIMES, GST_PAD_SOMETIMES,
GST_STATIC_CAPS_ANY GST_STATIC_CAPS ("video/quicktime")
); );
static GstStaticPadTemplate gst_qtdemux_videosrc_template = static GstStaticPadTemplate gst_qtdemux_videosrc_template =