[MOVED FROM BAD 57/57] Add ranks to various muxers and encoders in -bad

This commit is contained in:
Christian Schaller 2009-05-07 17:53:42 +01:00 committed by Sebastian Dröge
parent 95f52ab0d1
commit 121443eba7

View file

@ -1311,7 +1311,7 @@ plugin_init (GstPlugin * plugin)
if (!gst_element_register (plugin, "flvdemux", GST_RANK_PRIMARY,
gst_flv_demux_get_type ()) ||
!gst_element_register (plugin, "flvmux", GST_RANK_NONE,
!gst_element_register (plugin, "flvmux", GST_RANK_PRIMARY,
gst_flv_mux_get_type ()))
return FALSE;