From 1ec681f8ac7bc97abb48ef025f03cd63982cb5a3 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 24 Nov 2003 15:25:21 +0000 Subject: add a rank to allow autoplugging Original commit message from CVS: add a rank to allow autoplugging --- gst/qtdemux/qtdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/qtdemux') diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 8c7ea70d..2ab89d9b 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -222,7 +222,7 @@ plugin_init (GstPlugin *plugin) videocaps, NULL); return gst_element_register (plugin, "qtdemux", - GST_RANK_NONE, GST_TYPE_QTDEMUX); + GST_RANK_PRIMARY, GST_TYPE_QTDEMUX); } GST_PLUGIN_DEFINE ( -- cgit v1.2.1