mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
[MOVED FROM BAD 57/57] Add ranks to various muxers and encoders in -bad
This commit is contained in:
parent
95f52ab0d1
commit
121443eba7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue