d3dvideosink: Remove outdated comment
authorSeungha Yang <seungha@centricular.com>
Mon, 18 Apr 2022 19:37:05 +0000 (04:37 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 18 Apr 2022 20:27:34 +0000 (20:27 +0000)
d3dvideosink is not a primary video sink element

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2223>

subprojects/gst-plugins-bad/sys/d3dvideosink/d3dvideosink.c

index b5380e9..b5ee751 100644 (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;