diff options
author | Yuqing Zhu <b54851@freescale.com> | 2015-08-10 11:41:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-11 09:28:49 -0700 |
commit | 48cfaec04fe18bb40387526f237e8fd595bf0b4e (patch) | |
tree | f27cfb58b62e58248b53a22903bc174954d159fa /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb | |
parent | 19c96d794df47ddfec6a3a0566b95422044929b4 (diff) | |
download | poky-48cfaec04fe18bb40387526f237e8fd595bf0b4e.tar.gz |
gstreamer1.0-plugins-base: Make memory copy when video buffer's memory is read only
Detect the memory flag and use gst_buffer_copy_region with GST_BUFFER_COPY_DEEP
parameter to perform deep memory copy.
(From OE-Core rev: 817e542096cf2d415b1725ee98a4d3bbf0ed9415)
Signed-off-by: Yuqing Zhu <b54851@freescale.com>
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/gstreamer1.0-plugins-base_1.4.5.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb index 37bef6d051..7aba40d504 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb | |||
@@ -17,6 +17,7 @@ SRC_URI += "file://do-not-change-eos-event-to-gap-event-if.patch \ | |||
17 | file://videoencoder-Keep-sticky-events-around-when-doing-a-soft-.patch \ | 17 | file://videoencoder-Keep-sticky-events-around-when-doing-a-soft-.patch \ |
18 | file://do-not-change-eos-event-to-gap-event2.patch \ | 18 | file://do-not-change-eos-event-to-gap-event2.patch \ |
19 | file://do-not-change-eos-event-to-gap-event3.patch \ | 19 | file://do-not-change-eos-event-to-gap-event3.patch \ |
20 | file://0001-basetextoverlay-make-memory-copy-when-video-buffer-s.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | SRC_URI[md5sum] = "357165af625c0ca353ab47c5d843920e" | 23 | SRC_URI[md5sum] = "357165af625c0ca353ab47c5d843920e" |