mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 10:43:55 +00:00
dshowvideosink: lower rank of the DirectShow video sink plugin
d3dvideosink should have a higher rank as it works better.
This commit is contained in:
parent
30c83758c4
commit
74f5ded1b8
1 changed files with 1 additions and 1 deletions
|
@ -1932,7 +1932,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
/* PRIMARY: this is the best videosink to use on windows */
|
/* PRIMARY: this is the best videosink to use on windows */
|
||||||
if (!gst_element_register (plugin, "dshowvideosink",
|
if (!gst_element_register (plugin, "dshowvideosink",
|
||||||
GST_RANK_PRIMARY, GST_TYPE_DSHOWVIDEOSINK))
|
GST_RANK_SECONDARY, GST_TYPE_DSHOWVIDEOSINK))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue