wavenc: Raise rank of muxer to PRIMARY

This commit is contained in:
Edward Hervey 2009-11-18 17:55:42 +01:00
parent 8a1e0c53ae
commit f2f75d7fd9

View file

@ -720,7 +720,7 @@ gst_wavenc_change_state (GstElement * element, GstStateChange transition)
static gboolean
plugin_init (GstPlugin * plugin)
{
return gst_element_register (plugin, "wavenc", GST_RANK_NONE,
return gst_element_register (plugin, "wavenc", GST_RANK_PRIMARY,
GST_TYPE_WAVENC);
}