diff options
author | Benjamin Otte <otte@gnome.org> | 2003-11-24 15:25:21 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-11-24 15:25:21 +0000 |
commit | 1ec681f8ac7bc97abb48ef025f03cd63982cb5a3 (patch) | |
tree | 2dda0c35acfc8564d0b66d08e0c07a7c0e457dde /gst | |
parent | 803ff8f49ca059d493eb66857d01a5e207317d52 (diff) | |
download | gst-plugins-bad-1ec681f8ac7bc97abb48ef025f03cd63982cb5a3.tar.gz gst-plugins-bad-1ec681f8ac7bc97abb48ef025f03cd63982cb5a3.tar.bz2 gst-plugins-bad-1ec681f8ac7bc97abb48ef025f03cd63982cb5a3.zip |
add a rank to allow autoplugging
Original commit message from CVS:
add a rank to allow autoplugging
Diffstat (limited to 'gst')
-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 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 ( |