summaryrefslogtreecommitdiff
path: root/recipes/custom.py
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-11-12 19:49:31 +0100
committerThibault Saunier <tsaunier@gnome.org>2014-11-15 11:51:28 +0100
commit40a0a21b17121b0caea9b4f736ad137efde56cae (patch)
tree69183851ea92a1cc41fefe472429c1005b6ae921 /recipes/custom.py
parent585b2f54450a85bf29a0dfc6b83733b3c3c2d948 (diff)
Remove all references to GNonLin, it has been replaced by NLE
Currently directly in GES, and in the future should land in -base
Diffstat (limited to 'recipes/custom.py')
-rw-r--r--recipes/custom.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/custom.py b/recipes/custom.py
index 43da6688..160e944f 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -126,12 +126,11 @@ 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',
- 'gnl': 'gnonlin'}
+ 'rmdemux': 'realmedia', 'camerabin2': 'camerabin'}
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', 'gnonlin-1.0']:
+ 'gst-libav-1.0']:
r = cookbook.get_recipe(r)
for attr_name in dir(r):
if attr_name.startswith('files_plugins_'):