[Bug 755310] New: Add gst-editing-services plugin to the android/ios config

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Sep 20 09:03:46 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755310

            Bug ID: 755310
           Summary: Add gst-editing-services plugin to the android/ios
                    config
    Classification: Platform
           Product: GStreamer
           Version: 1.5.90
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: thaytan at noraisin.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

To create a GSTREAMER_PLUGINS_GES := nle directive in the android plugins.mk,
we should add gst-editing-services-1.0 to the list of recipes to scan for
plugin sections:

diff --git a/recipes/custom.py b/recipes/custom.py
index 9467015..0eda1d7 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-rtsp-server-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_'):

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list