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 | 8b4dbbc0446f1b50a52b4792ba64cd9c0caeec47 (patch) | |
tree | 6aa4e93b60072cfeb9c21a798a30d91f96357130 /gst | |
parent | 1c7db040a3567b460283de2aefccff3046fb2e3d (diff) |
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 ( |