summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2021-03-07 18:02:49 +0000
committerSebastian Dröge <slomo@coaxion.net>2021-03-10 08:53:08 +0000
commitd9e53dd16d6588961c13dffaf7b00b7534cfe816 (patch)
tree8955038d73c221320b5e7819d585b499a85af09b
parentdfc07fc03637cb404d9ee164d20da5b143855733 (diff)
gst-plugins-bad-1.0: Include libgstplay library
GstPlay aims to replace GstPlayer. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/685>
-rw-r--r--recipes/gst-plugins-bad-1.0.recipe4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe
index 3a650a6d..9aa12aa6 100644
--- a/recipes/gst-plugins-bad-1.0.recipe
+++ b/recipes/gst-plugins-bad-1.0.recipe
@@ -89,6 +89,7 @@ class Recipe(custom.GStreamer):
'libgstisoff-1.0',
'libgstmpegts-1.0',
'libgstphotography-1.0',
+ 'libgstplay-1.0',
'libgstplayer-1.0',
'libgstsctp-1.0',
'libgsttranscoder-1.0',
@@ -106,6 +107,7 @@ class Recipe(custom.GStreamer):
'include/gstreamer-1.0/gst/interfaces',
'include/gstreamer-1.0/gst/isoff',
'include/gstreamer-1.0/gst/mpegts',
+ 'include/gstreamer-1.0/gst/play',
'include/gstreamer-1.0/gst/player',
'include/gstreamer-1.0/gst/sctp',
'include/gstreamer-1.0/gst/transcoder',
@@ -116,6 +118,7 @@ class Recipe(custom.GStreamer):
'lib/pkgconfig/gstreamer-insertbin-1.0.pc',
'lib/pkgconfig/gstreamer-mpegts-1.0.pc',
'lib/pkgconfig/gstreamer-photography-1.0.pc',
+ 'lib/pkgconfig/gstreamer-play-1.0.pc',
'lib/pkgconfig/gstreamer-player-1.0.pc',
'lib/pkgconfig/gstreamer-plugins-bad-1.0.pc',
'lib/pkgconfig/gstreamer-sctp-1.0.pc',
@@ -447,6 +450,7 @@ class Recipe(custom.GStreamer):
files_typelibs = [
'GstInsertBin-1.0',
'GstMpegts-1.0',
+ 'GstPlay-1.0',
'GstPlayer-1.0',
'GstTranscoder-1.0',
]