mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
mve: Raise rank of muxer to PRIMARY
This commit is contained in:
parent
3d2cc4c82e
commit
3e8fa62765
1 changed files with 4 additions and 4 deletions
|
@ -32,10 +32,10 @@ static gboolean
|
|||
mve_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
|
||||
return gst_element_register (plugin, "mvedemux",
|
||||
GST_RANK_PRIMARY,
|
||||
GST_TYPE_MVE_DEMUX) &&
|
||||
gst_element_register (plugin, "mvemux", GST_RANK_NONE, GST_TYPE_MVE_MUX);
|
||||
return gst_element_register (plugin, "mvedemux", GST_RANK_PRIMARY,
|
||||
GST_TYPE_MVE_DEMUX)
|
||||
&& gst_element_register (plugin, "mvemux", GST_RANK_PRIMARY,
|
||||
GST_TYPE_MVE_MUX);
|
||||
}
|
||||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
|
|
Loading…
Reference in a new issue