mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
Lower the rank of ffmpeg
Original commit message from CVS: Lower the rank of ffmpeg
This commit is contained in:
parent
006c1836e0
commit
446e4c8d67
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
||||||
&gst_ffmpegdecall_details);
|
&gst_ffmpegdecall_details);
|
||||||
g_return_val_if_fail(factory != NULL, FALSE);
|
g_return_val_if_fail(factory != NULL, FALSE);
|
||||||
|
|
||||||
gst_element_factory_set_rank(factory, GST_ELEMENT_RANK_PRIMARY);
|
gst_element_factory_set_rank(factory, GST_ELEMENT_RANK_MARGINAL);
|
||||||
|
|
||||||
gst_element_factory_add_pad_template(factory,
|
gst_element_factory_add_pad_template(factory,
|
||||||
GST_PAD_TEMPLATE_GET(src_templ));
|
GST_PAD_TEMPLATE_GET(src_templ));
|
||||||
|
|
Loading…
Reference in a new issue