mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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)
|
mve_plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
|
|
||||||
return gst_element_register (plugin, "mvedemux",
|
return gst_element_register (plugin, "mvedemux", GST_RANK_PRIMARY,
|
||||||
GST_RANK_PRIMARY,
|
GST_TYPE_MVE_DEMUX)
|
||||||
GST_TYPE_MVE_DEMUX) &&
|
&& gst_element_register (plugin, "mvemux", GST_RANK_PRIMARY,
|
||||||
gst_element_register (plugin, "mvemux", GST_RANK_NONE, GST_TYPE_MVE_MUX);
|
GST_TYPE_MVE_MUX);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
|
|
Loading…
Reference in a new issue