[gst-plugins-farsight/master] Make the fsselector into none rank, we never want it auto-plugged

Olivier Crête olivier.crete at collabora.co.uk
Tue Feb 10 11:31:01 PST 2009


---
 gst/selector/fsselector.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/selector/fsselector.c b/gst/selector/fsselector.c
index 3f19e60..1f1c115 100644
--- a/gst/selector/fsselector.c
+++ b/gst/selector/fsselector.c
@@ -1336,7 +1336,7 @@ gboolean
 fs_selector_plugin_init (GstPlugin *plugin)
 {
   return gst_element_register (plugin, "fsselector",
-      GST_RANK_MARGINAL, FS_TYPE_SELECTOR);
+      GST_RANK_NONE, FS_TYPE_SELECTOR);
 }
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
-- 
1.5.6.5




More information about the farsight-commits mailing list