summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2024-03-20 21:43:24 +0530
committerTim-Philipp Müller <tim@centricular.com>2024-03-20 17:30:34 +0100
commiteabb63f75c3400b1e1efc4fb4c0daabe3f05fd69 (patch)
tree9a1d14a793a39c870b4271426fa3e52a17f35bd9
parent60f0c86f1e26174ffe579e6774e2a8fc13f0e8e1 (diff)
gst-plugins-bad: Package new insertbin plugin
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1412>
-rw-r--r--recipes/gst-plugins-bad-1.0.recipe2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe
index cee446e0..8ef45511 100644
--- a/recipes/gst-plugins-bad-1.0.recipe
+++ b/recipes/gst-plugins-bad-1.0.recipe
@@ -143,10 +143,12 @@ class Recipe(custom.GStreamer):
]
files_plugins_core = [
+ '%(libdir)s/gstreamer-1.0/libgstinsertbin%(mext)s',
'%(libdir)s/gstreamer-1.0/libgstswitchbin%(mext)s',
]
files_plugins_core_devel = [
+ '%(libdir)s/gstreamer-1.0/libgstinsertbin.a', '%(libdir)s/gstreamer-1.0/libgstinsertbin.la',
'%(libdir)s/gstreamer-1.0/libgstswitchbin.a', '%(libdir)s/gstreamer-1.0/libgstswitchbin.la',
]