From 4c1d01ff57f488d8a068923757aa6016ed6087ba Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 20 Jan 2023 09:59:06 +0100 Subject: [PATCH] playback: New playback elements are no longer experimental The API is not expected to change and it has been used extensively since 1.18. Part-of: --- subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c | 3 --- subprojects/gst-plugins-base/gst/playback/gstparsebin.c | 3 --- subprojects/gst-plugins-base/gst/playback/gstplaybin3.c | 3 --- subprojects/gst-plugins-base/gst/playback/gsturidecodebin3.c | 2 +- subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c | 2 -- 5 files changed, 1 insertion(+), 12 deletions(-) diff --git a/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c b/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c index 763abe3..4c48e52 100644 --- a/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c +++ b/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c @@ -59,9 +59,6 @@ * * does not handle network stream buffering. decodebin3 expects that network stream * buffering is handled upstream, before data is passed to it. * - * > decodebin3 is still experimental API and a technology preview. - * > Its behaviour and exposed API is subject to change. - * */ /* diff --git a/subprojects/gst-plugins-base/gst/playback/gstparsebin.c b/subprojects/gst-plugins-base/gst/playback/gstparsebin.c index 741e257..9ea753b 100644 --- a/subprojects/gst-plugins-base/gst/playback/gstparsebin.c +++ b/subprojects/gst-plugins-base/gst/playback/gstparsebin.c @@ -37,9 +37,6 @@ * it doesn't connect decoder elements. The output pads * produce packetised encoded data with timestamps where possible, * or send missing-element messages where not. - * - * > parsebin is still experimental API and a technology preview. - * > Its behaviour and exposed API is subject to change. */ /* Implementation notes: diff --git a/subprojects/gst-plugins-base/gst/playback/gstplaybin3.c b/subprojects/gst-plugins-base/gst/playback/gstplaybin3.c index 14b160e..46eb478 100644 --- a/subprojects/gst-plugins-base/gst/playback/gstplaybin3.c +++ b/subprojects/gst-plugins-base/gst/playback/gstplaybin3.c @@ -29,9 +29,6 @@ * by supporting publication and selection of available streams via the * #GstStreamCollection message and #GST_EVENT_SELECT_STREAMS event API. * - * > playbin3 is still experimental API and a technology preview. - * > Its behaviour and exposed API is subject to change. - * * playbin3 can handle both audio and video files and features * * * automatic file type recognition and based on that automatic diff --git a/subprojects/gst-plugins-base/gst/playback/gsturidecodebin3.c b/subprojects/gst-plugins-base/gst/playback/gsturidecodebin3.c index 3e8e599..8f7181c 100644 --- a/subprojects/gst-plugins-base/gst/playback/gsturidecodebin3.c +++ b/subprojects/gst-plugins-base/gst/playback/gsturidecodebin3.c @@ -22,7 +22,7 @@ * @title: uridecodebin3 * * Decodes data from a URI into raw media. It selects a source element that can - * handle the given #GstURIDecodeBin3:uri scheme and connects it to a decodebin. + * handle the given #GstURIDecodeBin3:uri scheme and connects it to a decodebin3. */ #ifdef HAVE_CONFIG_H diff --git a/subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c b/subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c index 1350824..9a78c3d 100644 --- a/subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c +++ b/subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c @@ -30,8 +30,6 @@ * * The main configuration is via the #GstURISourceBin:uri property. * - * > urisourcebin is still experimental API and a technology preview. - * > Its behaviour and exposed API is subject to change. */ #ifdef HAVE_CONFIG_H -- 2.7.4