diff options
author | Yuqing Zhu <b54851@freescale.com> | 2015-08-10 11:41:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-11 08:51:58 -0700 |
commit | d0b5780125926eb33cc82f17c679e16e64312478 (patch) | |
tree | 8d1af3e6e16c770782e3b5f8190da6d6eec055b4 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb | |
parent | 0690a52bf48543351cdc85d2b3c8068d54b51768 (diff) | |
download | openembedded-core-d0b5780125926eb33cc82f17c679e16e64312478.tar.gz openembedded-core-d0b5780125926eb33cc82f17c679e16e64312478.tar.bz2 openembedded-core-d0b5780125926eb33cc82f17c679e16e64312478.zip |
gstreamer1.0-plugins-base: Update video alignment after video alignment
Video buffer pool will update video alignment to respect stride alignment
requirement. But haven't update it to video alignment in configure.
Which will cause user get wrong video alignment.
Signed-off-by: Yuqing Zhu <b54851@freescale.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 aa9017906a..88c3254fc6 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 @@ -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 \ file://fix-id3demux-utf16-to-utf8-issue.patch \ file://handle-audio-video-decoder-error.patch \ + file://videobuffer_updata_alignment_update.patch \ " SRC_URI[md5sum] = "357165af625c0ca353ab47c5d843920e" |