mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
wavenc: Raise rank of muxer to PRIMARY
This commit is contained in:
parent
8a1e0c53ae
commit
f2f75d7fd9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue