mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
[MOVED FROM BAD 25/28] Add ranks to various muxers and encoders in -bad
This commit is contained in:
parent
811ddb9cdc
commit
bc8f9f9a8b
1 changed files with 1 additions and 1 deletions
|
@ -1303,7 +1303,7 @@ plugin_init (GstPlugin * plugin)
|
|||
"h264 encoding element");
|
||||
|
||||
return gst_element_register (plugin, "x264enc",
|
||||
GST_RANK_NONE, GST_TYPE_X264_ENC);
|
||||
GST_RANK_PRIMARY, GST_TYPE_X264_ENC);
|
||||
}
|
||||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
|
|
Loading…
Reference in a new issue