mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
d3dvideosink: Remove outdated comment
d3dvideosink is not a primary video sink element Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2223>
This commit is contained in:
parent
9d51cae7ee
commit
c38869212c
1 changed files with 0 additions and 1 deletions
|
@ -645,7 +645,6 @@ gst_d3dvideosink_navigation_send_event (GstNavigation * navigation,
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
/* PRIMARY: this is the best videosink to use on windows */
|
|
||||||
if (!gst_element_register (plugin, ELEMENT_NAME,
|
if (!gst_element_register (plugin, ELEMENT_NAME,
|
||||||
GST_RANK_SECONDARY, GST_TYPE_D3DVIDEOSINK))
|
GST_RANK_SECONDARY, GST_TYPE_D3DVIDEOSINK))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in a new issue