diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-04-25 09:57:42 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-04-25 10:03:52 +0200 |
commit | 92adc1ef939f73dae9f8ab26b28b84f5ecf2162f (patch) | |
tree | bcc9ba9b4c88a6e70eaa1b8d11e95e81a8567740 | |
parent | 803d405e752057884d4b2cc3dc3c661c1d934af0 (diff) |
Add filename/plugin name adjustments for gnonlin to the Android build
-rw-r--r-- | recipes/custom.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/custom.py b/recipes/custom.py index 6b04f07b..13c95192 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -114,7 +114,8 @@ def list_gstreamer_1_0_plugins_by_category(config): 'uridecodebin': 'playback', 'sdpelem': 'sdp', 'encodebin': 'encoding', 'souphttpsrc': 'soup', 'siren': 'gstsiren', 'scaletempoplugin' : 'scaletempo', - 'rmdemux': 'realmedia', 'camerabin2': 'camerabin'} + 'rmdemux': 'realmedia', 'camerabin2': 'camerabin', + 'gnl': 'gnonlin'} 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', |