diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-02-25 16:19:01 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-02-25 16:19:01 +0200 |
commit | e8b0c7762ffdc265db786a41523bcc79b6ceeb2d (patch) | |
tree | 6cfa4de248d88fbfce33009f6101b60afa5352d3 | |
parent | 55c951f3bd28d3f8dd4a71014641b4add17cc329 (diff) |
gst-plugins-base/bad: Update for rawparse move
-rw-r--r-- | recipes/gst-plugins-bad-1.0-static.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-base-1.0-static.recipe | 1 | ||||
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/recipes/gst-plugins-bad-1.0-static.recipe b/recipes/gst-plugins-bad-1.0-static.recipe index 462ab2a9..c7c5c5b4 100644 --- a/recipes/gst-plugins-bad-1.0-static.recipe +++ b/recipes/gst-plugins-bad-1.0-static.recipe @@ -39,7 +39,7 @@ class Recipe(custom.GStreamerStatic): 'libgstinter', 'libgstinterlace', 'libgstivtc', - 'libgstrawparse', + 'libgstlegacyrawparse', 'libgstremovesilence', 'libgstsegmentclip', 'libgstsmooth', diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index ca76e310..e749647f 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -78,7 +78,7 @@ class Recipe(custom.GStreamer): 'lib/gstreamer-1.0/libgstinter%(mext)s', 'lib/gstreamer-1.0/libgstinterlace%(mext)s', 'lib/gstreamer-1.0/libgstivtc%(mext)s', - 'lib/gstreamer-1.0/libgstrawparse%(mext)s', + 'lib/gstreamer-1.0/libgstlegacyrawparse%(mext)s', 'lib/gstreamer-1.0/libgstremovesilence%(mext)s', 'lib/gstreamer-1.0/libgstsegmentclip%(mext)s', 'lib/gstreamer-1.0/libgstsmooth%(mext)s', diff --git a/recipes/gst-plugins-base-1.0-static.recipe b/recipes/gst-plugins-base-1.0-static.recipe index ba4bac03..7cacec8a 100644 --- a/recipes/gst-plugins-base-1.0-static.recipe +++ b/recipes/gst-plugins-base-1.0-static.recipe @@ -19,6 +19,7 @@ class Recipe(custom.GStreamerStatic): 'libgstaudiotestsrc', 'libgstgio', 'libgstpango', + 'libgstrawparse', 'libgsttypefindfunctions', 'libgstvideoconvert', 'libgstvideorate', diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index e3e64495..28aa3f9b 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -28,6 +28,7 @@ class Recipe(custom.GStreamer): 'lib/gstreamer-1.0/libgstaudiotestsrc%(mext)s', 'lib/gstreamer-1.0/libgstgio%(mext)s', 'lib/gstreamer-1.0/libgstpango%(mext)s', + 'lib/gstreamer-1.0/libgstrawparse%(mext)s', 'lib/gstreamer-1.0/libgsttypefindfunctions%(mext)s', 'lib/gstreamer-1.0/libgstvideoconvert%(mext)s', 'lib/gstreamer-1.0/libgstvideorate%(mext)s', |