diff options
author | Maxin John <maxin.john@intel.com> | 2017-08-11 23:36:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-16 00:03:14 +0100 |
commit | 71c2f1d0470aaf0402cf19a35b60ddae8e6b49fb (patch) | |
tree | bb9eb89efc652fe0b4b760070b9aeb8bfb4ca88f /meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | |
parent | 58a7c2bd377409e1ec647038511351fd76144a55 (diff) | |
download | poky-71c2f1d0470aaf0402cf19a35b60ddae8e6b49fb.tar.gz |
gstreamer1.0-plugins-good: upgrade to version 1.12.2
* Remove backported patch:
1. 0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch
* Added RPROVIDES to handle the renamed plugins (oss4 is not enabled):
1. libgstpulse -> libgstpulseaudio
2. libgstsouphttpsrc -> libgstsoup
* Updated gstreamer1.0-meta-base to include this change:
1.gstsouphttpsrc plugin was renamed to gstsoup
(From OE-Core rev: 142d9e3d68147cdad18a3a60eaa22c33c418ffec)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb index c542b13f0d..016e176707 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | |||
@@ -37,7 +37,7 @@ RDEPENDS_gstreamer1.0-meta-base = "\ | |||
37 | gstreamer1.0-plugins-base-videoscale \ | 37 | gstreamer1.0-plugins-base-videoscale \ |
38 | gstreamer1.0-plugins-base-videoconvert \ | 38 | gstreamer1.0-plugins-base-videoconvert \ |
39 | gstreamer1.0-plugins-good-autodetect \ | 39 | gstreamer1.0-plugins-good-autodetect \ |
40 | gstreamer1.0-plugins-good-souphttpsrc" | 40 | gstreamer1.0-plugins-good-soup" |
41 | 41 | ||
42 | RRECOMMENDS_gstreamer1.0-meta-x11-base = "\ | 42 | RRECOMMENDS_gstreamer1.0-meta-x11-base = "\ |
43 | gstreamer1.0-plugins-base-ximagesink \ | 43 | gstreamer1.0-plugins-base-ximagesink \ |