summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-11-24 15:25:21 +0000
committerBenjamin Otte <otte@gnome.org>2003-11-24 15:25:21 +0000
commit1ec681f8ac7bc97abb48ef025f03cd63982cb5a3 (patch)
tree2dda0c35acfc8564d0b66d08e0c07a7c0e457dde
parent803ff8f49ca059d493eb66857d01a5e207317d52 (diff)
downloadgstreamer-plugins-bad-1ec681f8ac7bc97abb48ef025f03cd63982cb5a3.tar.gz
add a rank to allow autoplugging
Original commit message from CVS: add a rank to allow autoplugging
-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 8c7ea70df..2ab89d9be 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 (