mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Lower plugins rank for now since playbin2 auto-plugging is not working properly.
User applications will have to create their own pipeline or with some hacks around playbin2.
This commit is contained in:
parent
01af005ec2
commit
73c80aa1ed
3 changed files with 3 additions and 3 deletions
|
@ -674,7 +674,7 @@ static gboolean plugin_init(GstPlugin *plugin)
|
||||||
|
|
||||||
return gst_element_register(plugin,
|
return gst_element_register(plugin,
|
||||||
GST_PLUGIN_NAME,
|
GST_PLUGIN_NAME,
|
||||||
GST_RANK_PRIMARY,
|
GST_RANK_NONE,
|
||||||
GST_TYPE_VAAPICONVERT);
|
GST_TYPE_VAAPICONVERT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -451,7 +451,7 @@ static gboolean plugin_init(GstPlugin *plugin)
|
||||||
|
|
||||||
return gst_element_register(plugin,
|
return gst_element_register(plugin,
|
||||||
GST_PLUGIN_NAME,
|
GST_PLUGIN_NAME,
|
||||||
GST_RANK_PRIMARY,
|
GST_RANK_NONE,
|
||||||
GST_TYPE_VAAPIDECODE);
|
GST_TYPE_VAAPIDECODE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -686,7 +686,7 @@ static gboolean plugin_init(GstPlugin *plugin)
|
||||||
|
|
||||||
return gst_element_register(plugin,
|
return gst_element_register(plugin,
|
||||||
GST_PLUGIN_NAME,
|
GST_PLUGIN_NAME,
|
||||||
GST_RANK_PRIMARY,
|
GST_RANK_NONE,
|
||||||
GST_TYPE_VAAPISINK);
|
GST_TYPE_VAAPISINK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue