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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3761>
This commit is contained in:
Edward Hervey 2023-01-20 09:59:06 +01:00 committed by GStreamer Marge Bot
parent 4e86c77270
commit 4c1d01ff57
5 changed files with 1 additions and 12 deletions

View file

@ -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.
*
*/
/*

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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