mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
Revert "Marking rank of vaapidecodebin as GST_RANK_MARGINAL for now."
This reverts commit 3ccb198b51
.
This commit is contained in:
parent
7f34c6e17d
commit
18a8b87975
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
|
|
||||||
#if GST_CHECK_VERSION(1,4,0)
|
#if GST_CHECK_VERSION(1,4,0)
|
||||||
gst_element_register (plugin, "vaapidecodebin",
|
gst_element_register (plugin, "vaapidecodebin",
|
||||||
GST_RANK_MARGINAL, GST_TYPE_VAAPI_DECODE_BIN);
|
GST_RANK_PRIMARY + 2, GST_TYPE_VAAPI_DECODE_BIN);
|
||||||
#endif
|
#endif
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue