summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-11-18 17:54:16 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-11-18 17:54:36 +0100
commit8a1e0c53aea5b1679fb98acfcdec6774ecd2dcc4 (patch)
treed62e547d632f7536a58df1baf4e0cccd26e756db
parenta5dd867d6fee3136c1ccd3de9e0ccb8a775f4248 (diff)
y4m: Raise rank of encoder to PRIMARY
-rw-r--r--gst/y4m/gsty4mencode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c
index 99b5030e..2bdf864e 100644
--- a/gst/y4m/gsty4mencode.c
+++ b/gst/y4m/gsty4mencode.c
@@ -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);
}