From f5169670bc04ab6f4ed63329913f274de8af1fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 17 Oct 2024 01:03:04 +0100 Subject: [PATCH] playback: remove mention of gconf sinks from playbin docs Fixes #3916 Part-of: --- subprojects/gst-plugins-base/gst/playback/gstplaybin2.c | 5 ----- subprojects/gst-plugins-base/gst/playback/gstplaybin3.c | 5 ----- 2 files changed, 10 deletions(-) diff --git a/subprojects/gst-plugins-base/gst/playback/gstplaybin2.c b/subprojects/gst-plugins-base/gst/playback/gstplaybin2.c index 7f843bd446..58f4b9a87c 100644 --- a/subprojects/gst-plugins-base/gst/playback/gstplaybin2.c +++ b/subprojects/gst-plugins-base/gst/playback/gstplaybin2.c @@ -92,11 +92,6 @@ * using gst_element_factory_make()) and provide them to playbin using the * #GstPlayBin:audio-sink or #GstPlayBin:video-sink property. * - * GNOME-based applications, for example, will usually want to create - * gconfaudiosink and gconfvideosink elements and make playbin use those, - * so that output happens to whatever the user has configured in the GNOME - * Multimedia System Selector configuration dialog. - * * The sink elements do not necessarily need to be ready-made sinks. It is * possible to create container elements that look like a sink to playbin, * but in reality contain a number of custom elements linked together. This diff --git a/subprojects/gst-plugins-base/gst/playback/gstplaybin3.c b/subprojects/gst-plugins-base/gst/playback/gstplaybin3.c index 3e735c3a35..9c07c82460 100644 --- a/subprojects/gst-plugins-base/gst/playback/gstplaybin3.c +++ b/subprojects/gst-plugins-base/gst/playback/gstplaybin3.c @@ -109,11 +109,6 @@ * using gst_element_factory_make()) and provide them to playbin3 using the * #GstPlayBin3:audio-sink or #GstPlayBin3:video-sink property. * - * GNOME-based applications, for example, will usually want to create - * gconfaudiosink and gconfvideosink elements and make playbin3 use those, - * so that output happens to whatever the user has configured in the GNOME - * Multimedia System Selector configuration dialog. - * * The sink elements do not necessarily need to be ready-made sinks. It is * possible to create container elements that look like a sink to playbin3, * but in reality contain a number of custom elements linked together. This