playback: New playback elements are no longer experimental
authorEdward Hervey <edward@centricular.com>
Fri, 20 Jan 2023 08:59:06 +0000 (09:59 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 21 Jan 2023 12:28:21 +0000 (12:28 +0000)
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>

subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c
subprojects/gst-plugins-base/gst/playback/gstparsebin.c
subprojects/gst-plugins-base/gst/playback/gstplaybin3.c
subprojects/gst-plugins-base/gst/playback/gsturidecodebin3.c
subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c

index 763abe3..4c48e52 100644 (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.
- *
  */
 
 /*
index 741e257..9ea753b 100644 (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:
index 14b160e..46eb478 100644 (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
index 3e8e599..8f7181c 100644 (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
index 1350824..9a78c3d 100644 (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