mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
playbin2: declare stable, deprecate the old playbin
https://bugzilla.gnome.org/show_bug.cgi?id=624949
This commit is contained in:
parent
fea50233bb
commit
8effe1e5ba
2 changed files with 10 additions and 4 deletions
|
@ -23,6 +23,11 @@
|
||||||
* Playbin provides a stand-alone everything-in-one abstraction for an
|
* Playbin provides a stand-alone everything-in-one abstraction for an
|
||||||
* audio and/or video player.
|
* audio and/or video player.
|
||||||
*
|
*
|
||||||
|
* <note>
|
||||||
|
* This element is deprecated and no longer supported. You should use
|
||||||
|
* the #playbin2 element instead.
|
||||||
|
* </note>
|
||||||
|
*
|
||||||
* It can handle both audio and video files and features
|
* It can handle both audio and video files and features
|
||||||
* <itemizedlist>
|
* <itemizedlist>
|
||||||
* <listitem>
|
* <listitem>
|
||||||
|
@ -217,6 +222,8 @@
|
||||||
* ]| This will play back title 1 of a DVD in your disc drive (assuming
|
* ]| This will play back title 1 of a DVD in your disc drive (assuming
|
||||||
* the drive is detected automatically by the plugin).
|
* the drive is detected automatically by the plugin).
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
|
*
|
||||||
|
* Deprecated: use playbin2 instead
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
|
@ -23,9 +23,8 @@
|
||||||
* Playbin2 provides a stand-alone everything-in-one abstraction for an
|
* Playbin2 provides a stand-alone everything-in-one abstraction for an
|
||||||
* audio and/or video player.
|
* audio and/or video player.
|
||||||
*
|
*
|
||||||
* At this stage, playbin2 is considered UNSTABLE. The API provided in the
|
* playbin2 is considered stable now. It is the prefered playback API now,
|
||||||
* signals and properties may yet change in the near future. When playbin2
|
* and replaces the old #playbin element, which is no longer supported.
|
||||||
* is stable, it will probably replace #playbin
|
|
||||||
*
|
*
|
||||||
* It can handle both audio and video files and features
|
* It can handle both audio and video files and features
|
||||||
* <itemizedlist>
|
* <itemizedlist>
|
||||||
|
@ -60,7 +59,7 @@
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Usage</title>
|
* <title>Usage</title>
|
||||||
* <para>
|
* <para>
|
||||||
* A playbin element can be created just like any other element using
|
* A playbin2 element can be created just like any other element using
|
||||||
* gst_element_factory_make(). The file/URI to play should be set via the #GstPlayBin2:uri
|
* gst_element_factory_make(). The file/URI to play should be set via the #GstPlayBin2:uri
|
||||||
* property. This must be an absolute URI, relative file paths are not allowed.
|
* property. This must be an absolute URI, relative file paths are not allowed.
|
||||||
* Example URIs are file:///home/joe/movie.avi or http://www.joedoe.com/foo.ogg
|
* Example URIs are file:///home/joe/movie.avi or http://www.joedoe.com/foo.ogg
|
||||||
|
|
Loading…
Reference in a new issue