summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2015-09-21 19:26:34 +1000
committerJan Schmidt <jan@centricular.com>2015-09-21 19:26:34 +1000
commit86b77e42cb0b006a13ea1307728a6ca88876f4bb (patch)
tree6e4e6ce481ae28a8b0d019068009f7bf294bbdfc
parent482b4136062cef386687720ad8ef2f41c8391994 (diff)
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
-rw-r--r--recipes/custom.py2
1 files changed, 1 insertions, 1 deletions
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_'):