summaryrefslogtreecommitdiff
path: root/recipes/gst-plugins-base-1.0.recipe
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-10-22 18:50:20 +0200
committerThibault Saunier <tsaunier@gnome.org>2014-10-22 18:50:20 +0200
commitbc5410c67ad659bf5f021a82736ceb55b014c00d (patch)
tree68cc3691d29a1be50424bc076de99700b9815461 /recipes/gst-plugins-base-1.0.recipe
parentdda73bf0f38f2569b4666c5f27d013d6d00b601e (diff)
recipes: Fix typelibs names
We ended up having a typelib called GstVideo-1.0GstAudio without that coma.
Diffstat (limited to 'recipes/gst-plugins-base-1.0.recipe')
-rw-r--r--recipes/gst-plugins-base-1.0.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe
index 09c21c4e..bec5f733 100644
--- a/recipes/gst-plugins-base-1.0.recipe
+++ b/recipes/gst-plugins-base-1.0.recipe
@@ -111,7 +111,7 @@ class Recipe(recipe.Recipe):
'GstRtsp-1.0',
'GstSdp-1.0',
'GstTag-1.0',
- 'GstVideo-1.0'
+ 'GstVideo-1.0',
'GstAudio-1.0'
]