diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-30 18:04:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 08:18:30 +0000 |
commit | e74cbf449921ecca0014bf56a1a7837d9a431689 (patch) | |
tree | d59de16c4180d8e407e6f42a21e1faea0c776c20 /meta/recipes-multimedia/gstreamer | |
parent | 4661628f9e818a637adba646c81d18cb570f1772 (diff) | |
download | openembedded-core-e74cbf449921ecca0014bf56a1a7837d9a431689.tar.gz openembedded-core-e74cbf449921ecca0014bf56a1a7837d9a431689.tar.bz2 openembedded-core-e74cbf449921ecca0014bf56a1a7837d9a431689.zip |
gstreamer1.0-plugins-base: upgrade to 1.4.5
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r--[-rwxr-xr-x] | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/taglist-not-send-to-down-stream-if-all-the-frame-cor.patch | 0 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.1.bb) | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/taglist-not-send-to-down-stream-if-all-the-frame-cor.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/taglist-not-send-to-down-stream-if-all-the-frame-cor.patch index 51fdc7e177..51fdc7e177 100755..100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/taglist-not-send-to-down-stream-if-all-the-frame-cor.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/taglist-not-send-to-down-stream-if-all-the-frame-cor.patch diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb index 27b8774444..11cf8b4fde 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb @@ -10,6 +10,7 @@ SRC_URI += "file://do-not-change-eos-event-to-gap-event-if.patch \ file://taglist-not-send-to-down-stream-if-all-the-frame-cor.patch \ " -SRC_URI[md5sum] = "a825628225bd0a58c0df87cdd2a5db91" -SRC_URI[sha256sum] = "aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499" +SRC_URI[md5sum] = "357165af625c0ca353ab47c5d843920e" +SRC_URI[sha256sum] = "77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d" + S = "${WORKDIR}/gst-plugins-base-${PV}" |