summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStephan Hesse <stephan@emliri.com>2019-11-02 16:14:13 +0100
committerPhilippe Normand <philn@igalia.com>2021-03-09 18:03:48 +0000
commita74651ddc1ac9871c5cbfdf97f55a2e54436a182 (patch)
treef14897b859891eef3f464c107e9b5fe3b736fbcf /docs
parent80c1722cbada974d9052e78faeb30f6a1648d305 (diff)
downloadgstreamer-plugins-bad-a74651ddc1ac9871c5cbfdf97f55a2e54436a182.tar.gz
play: Introducing the new playback library
This aims to be a replacement for the GstPlayer library. In GstPlay, notifications are sent as application messages through a dedicated GstBus. The GMainContext-based signal dispatcher was replaced by a GObject signal adapter, now relying on the bus to emit its signals. The signal dispatcher is now optional and fully decoupled from the GstPlay object. Co-authored with: Philippe Normand <philn@igalia.com> Fixes #394 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2061>
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/play/index.md3
-rw-r--r--docs/libs/play/sitemap.txt1
-rw-r--r--docs/meson.build1
3 files changed, 5 insertions, 0 deletions
diff --git a/docs/libs/play/index.md b/docs/libs/play/index.md
new file mode 100644
index 000000000..5b06b3601
--- /dev/null
+++ b/docs/libs/play/index.md
@@ -0,0 +1,3 @@
+# Play Library
+
+> NOTE: This library API is considered *unstable*
diff --git a/docs/libs/play/sitemap.txt b/docs/libs/play/sitemap.txt
new file mode 100644
index 000000000..4f91fcd8a
--- /dev/null
+++ b/docs/libs/play/sitemap.txt
@@ -0,0 +1 @@
+gi-index
diff --git a/docs/meson.build b/docs/meson.build
index 25d5743fc..d3489fb33 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -107,6 +107,7 @@ libs = []
if build_gir
libs = [
{'name': 'mpegts', 'gir': mpegts_gir, 'lib': gstmpegts_dep},
+ {'name': 'play', 'gir': play_gir, 'lib': gstplay_dep},
{'name': 'player', 'gir': player_gir, 'lib': gstplayer_dep},
{'name': 'insertbin', 'gir': insertbin_gir, 'lib': gstinsertbin_dep},
{'name': 'codecparsers', 'lib': gstcodecparsers_dep},