mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
gdkpixbufdec: bump rank to SECONDARY
Bump gdkpixbufdec's rank to SECONDARY to give it an edge over misc. image decoders in gst-ffmpeg that also have a MARGINAL rank. Fixes #620162.
This commit is contained in:
parent
b26785d9f9
commit
f9c4d5315c
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_DEBUG_CATEGORY_INIT (gst_gdk_pixbuf_debug, PLUGIN_NAME, 0,
|
||||
"gdk pixbuf loader");
|
||||
|
||||
if (!gst_element_register (plugin, GDKPIXBUFDEC, GST_RANK_MARGINAL,
|
||||
if (!gst_element_register (plugin, GDKPIXBUFDEC, GST_RANK_SECONDARY,
|
||||
GST_TYPE_GDK_PIXBUF))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue