wavenc: Raise rank of muxer to PRIMARY
This commit is contained in:
parent
8a1e0c53ae
commit
f2f75d7fd9
@ -720,7 +720,7 @@ gst_wavenc_change_state (GstElement * element, GstStateChange transition)
|
|||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
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);
|
GST_TYPE_WAVENC);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user