summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-01-03 11:18:56 +0000
committerDavid Schleef <ds@schleef.org>2004-01-03 11:18:56 +0000
commit7a85d6c13aa4e6313e822ad8dc0fe4623d703936 (patch)
treeb392106d6d988270442b3e5fb984f569d3b71f28 /gst/qtdemux
parent9a44b0272c3796a768c23a8266c676d13f946e1d (diff)
Change sink pad template caps to "video/quicktime"
Original commit message from CVS: Change sink pad template caps to "video/quicktime"
Diffstat (limited to 'gst/qtdemux')
-rw-r--r--gst/qtdemux/qtdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index 4361dd24..fa90ad31 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -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 =