Lower plugins rank for now since playbin2 auto-plugging is not working properly.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Wed, 5 May 2010 06:06:02 +0000 (06:06 +0000)
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Mon, 20 Sep 2010 10:55:44 +0000 (12:55 +0200)
User applications will have to create their own pipeline or with some hacks around playbin2.

gst/vaapiconvert/gstvaapiconvert.c
gst/vaapidecode/gstvaapidecode.c
gst/vaapisink/gstvaapisink.c

index e579eb3..352e0e6 100644 (file)
@@ -674,7 +674,7 @@ static gboolean plugin_init(GstPlugin *plugin)
 
     return gst_element_register(plugin,
                                 GST_PLUGIN_NAME,
-                                GST_RANK_PRIMARY,
+                                GST_RANK_NONE,
                                 GST_TYPE_VAAPICONVERT);
 }
 
index 8110524..38924fe 100644 (file)
@@ -451,7 +451,7 @@ static gboolean plugin_init(GstPlugin *plugin)
 
     return gst_element_register(plugin,
                                 GST_PLUGIN_NAME,
-                                GST_RANK_PRIMARY,
+                                GST_RANK_NONE,
                                 GST_TYPE_VAAPIDECODE);
 }
 
index bb56b75..c849f18 100644 (file)
@@ -686,7 +686,7 @@ static gboolean plugin_init(GstPlugin *plugin)
 
     return gst_element_register(plugin,
                                 GST_PLUGIN_NAME,
-                                GST_RANK_PRIMARY,
+                                GST_RANK_NONE,
                                 GST_TYPE_VAAPISINK);
 }