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:
Seungha Yang 2022-04-19 04:37:05 +09:00 committed by GStreamer Marge Bot
parent 9d51cae7ee
commit c38869212c

View file

@ -645,7 +645,6 @@ gst_d3dvideosink_navigation_send_event (GstNavigation * navigation,
static gboolean
plugin_init (GstPlugin * plugin)
{
/* PRIMARY: this is the best videosink to use on windows */
if (!gst_element_register (plugin, ELEMENT_NAME,
GST_RANK_SECONDARY, GST_TYPE_D3DVIDEOSINK))
return FALSE;