From 416e7774f4539048a8a83e1cba6799b3aa3a40a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 9 Nov 2018 15:41:02 +0200 Subject: [PATCH] gst-plugins-base-1.0: Ship new overlaycomposition plugin --- recipes/gst-plugins-base-1.0.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index c21e493c3..d2f37fda9 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -31,6 +31,7 @@ class Recipe(custom.GStreamer): 'lib/gstreamer-1.0/libgstaudioresample%(mext)s', 'lib/gstreamer-1.0/libgstaudiotestsrc%(mext)s', 'lib/gstreamer-1.0/libgstgio%(mext)s', + 'lib/gstreamer-1.0/libgstoverlaycomposition%(mext)s', 'lib/gstreamer-1.0/libgstpango%(mext)s', 'lib/gstreamer-1.0/libgstrawparse%(mext)s', 'lib/gstreamer-1.0/libgsttypefindfunctions%(mext)s', @@ -50,6 +51,7 @@ class Recipe(custom.GStreamer): 'lib/gstreamer-1.0/libgstaudioresample.a', 'lib/gstreamer-1.0/libgstaudioresample.la', 'lib/gstreamer-1.0/libgstaudiotestsrc.a', 'lib/gstreamer-1.0/libgstaudiotestsrc.la', 'lib/gstreamer-1.0/libgstgio.a', 'lib/gstreamer-1.0/libgstgio.la', + 'lib/gstreamer-1.0/libgstoverlaycomposition.a', 'lib/gstreamer-1.0/libgstoverlaycomposition.la', 'lib/gstreamer-1.0/libgstpango.a', 'lib/gstreamer-1.0/libgstpango.la', 'lib/gstreamer-1.0/libgstrawparse.a', 'lib/gstreamer-1.0/libgstrawparse.la', 'lib/gstreamer-1.0/libgsttypefindfunctions.a', 'lib/gstreamer-1.0/libgsttypefindfunctions.la', -- GitLab