diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-07-13 11:34:50 +0700 |
---|---|---|
committer | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-08-25 08:44:18 +0700 |
commit | 1396b7843034ac4240582f853c154c3ebaccd45a (patch) | |
tree | c7232460d418a0ee119ad301d5985ff705bb16b7 /meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend | |
parent | e325704bbe62943ef1cc81cd8db3b9a11d5a05c7 (diff) |
rcar-gen3: gstreamer: Update SRCREV to follow the latest version
This commit updates gstreamer plugins to v1.0.0 for below changes:
gst-omx
- Improve seek function.
- Improve reconfigure sequence.
- Fix some log messages and coding style.
All components of gstreamer are updated to fix memory leak.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend')
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend index 7c2a5e9..1d353ec 100644 --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.6.3.bbappend @@ -1,7 +1,7 @@ SRC_URI_remove = "http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz" SRC_URI_append = " git://github.com/renesas-rcar/gst-plugins-good.git;branch=RCAR-GEN3/1.6.3" -SRCREV = "6770b1749f7ea1a56cc71ac94d48f9a9cf39af72" +SRCREV = "00beed48b36e0b7f2c92199806cc4cb9e0990166" DEPENDS += "mmngrbuf-user-module" |