diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-11-18 17:54:16 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-11-18 17:54:36 +0100 |
commit | 8a1e0c53aea5b1679fb98acfcdec6774ecd2dcc4 (patch) | |
tree | d62e547d632f7536a58df1baf4e0cccd26e756db | |
parent | a5dd867d6fee3136c1ccd3de9e0ccb8a775f4248 (diff) |
y4m: Raise rank of encoder to PRIMARY
-rw-r--r-- | gst/y4m/gsty4mencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c index 99b5030ec..2bdf864ed 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); } |