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