mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
4e86c77270
commit
4c1d01ff57
5 changed files with 1 additions and 12 deletions
|
@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue