y4m: Raise rank of encoder to PRIMARY
authorEdward Hervey <bilboed@bilboed.com>
Wed, 18 Nov 2009 16:54:16 +0000 (17:54 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 18 Nov 2009 16:54:36 +0000 (17:54 +0100)
gst/y4m/gsty4mencode.c

index 99b5030..2bdf864 100644 (file)
@@ -348,7 +348,7 @@ gst_y4m_encode_change_state (GstElement * element, GstStateChange transition)
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
-  return gst_element_register (plugin, "y4menc", GST_RANK_NONE,
+  return gst_element_register (plugin, "y4menc", GST_RANK_PRIMARY,
       GST_TYPE_Y4M_ENCODE);
 }