From 86b77e42cb0b006a13ea1307728a6ca88876f4bb Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 21 Sep 2015 19:26:34 +1000 Subject: Add gst-editing-services to the list of plugin packages Add gst-editing-services to the list of packages that might provide plugins so that it gets scanned and appropriate static plugin directives are generated for Android and iOS https://bugzilla.gnome.org/show_bug.cgi?id=755310 --- recipes/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/custom.py b/recipes/custom.py index 313ec4f6..b784b7d5 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -130,7 +130,7 @@ def list_gstreamer_1_0_plugins_by_category(config): plugins = defaultdict(list) for r in ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-plugins-bad-1.0', 'gst-plugins-ugly-1.0', - 'gst-libav-1.0']: + 'gst-libav-1.0', 'gst-editing-services-1.0']: r = cookbook.get_recipe(r) for attr_name in dir(r): if attr_name.startswith('files_plugins_'): -- cgit v1.2.3