mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
d3dvideosink: Use secondary rank
d3dvideosink will be replaced by d3d11videosink Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1311>
This commit is contained in:
parent
116d7453cb
commit
c4a2fd7683
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ plugin_init (GstPlugin * plugin)
|
|||
{
|
||||
/* PRIMARY: this is the best videosink to use on windows */
|
||||
if (!gst_element_register (plugin, ELEMENT_NAME,
|
||||
GST_RANK_PRIMARY, GST_TYPE_D3DVIDEOSINK))
|
||||
GST_RANK_SECONDARY, GST_TYPE_D3DVIDEOSINK))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue