mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
openh264: Use a MARGINAL rank for the encoder and decoder
They work but for now we prefer others until these are extensively tested.
This commit is contained in:
parent
47abcb9a6b
commit
28e44b3392
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
gst_element_register (plugin, "openh264dec", GST_RANK_NONE,
|
||||
gst_element_register (plugin, "openh264dec", GST_RANK_MARGINAL,
|
||||
GST_TYPE_OPENH264DEC);
|
||||
gst_element_register (plugin, "openh264enc", GST_RANK_NONE,
|
||||
gst_element_register (plugin, "openh264enc", GST_RANK_MARGINAL,
|
||||
GST_TYPE_OPENH264ENC);
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue