diff options
-rw-r--r-- | gst/qtdemux/qtdemux.c | 2 |
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 = |