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
commit32908914a441b4e4fb2de20f0d338cc9d0619609 (patch)
tree85ab6e428e65cd8c417e22b99e6a0c566ccd2b4b /gst/qtdemux
parent86ac1d20fb22081a476bb2219e226b31df5e96c4 (diff)
downloadgst-plugins-bad-32908914a441b4e4fb2de20f0d338cc9d0619609.tar.gz
gst-plugins-bad-32908914a441b4e4fb2de20f0d338cc9d0619609.tar.bz2
gst-plugins-bad-32908914a441b4e4fb2de20f0d338cc9d0619609.zip
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 =