diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-10-22 18:50:20 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-10-22 18:50:20 +0200 |
commit | bc5410c67ad659bf5f021a82736ceb55b014c00d (patch) | |
tree | 68cc3691d29a1be50424bc076de99700b9815461 /recipes/gst-plugins-base-1.0.recipe | |
parent | dda73bf0f38f2569b4666c5f27d013d6d00b601e (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.recipe | 2 |
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' ] |