[meta-freescale] [meta-fsl-arm][PATCH v2 1/7] gstreamer1.0-plugins-base: Add gstplaybin related patch

2015-07-26 Thread Yuqing Zhu
-Remove default deinterlace flag in playbin for i.MX SoCs -Remove native video flag in playbin for i.MX SoCs because it will cause subtitle error Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...ative-video.patch = gstplaybin-remove-flag-deinterlace.patch} | 8

[meta-freescale] [meta-fsl-arm][PATCH v2 2/3] pulseaudio: revert commit 42156d2b5ac797e5f28f8d0d38b691053f3f6fc7

2015-07-26 Thread Yuqing Zhu
Revert launch: Avoid specifically starting PA and rely on autospawn/socket activation Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...ch-Avoid-specifically-starting-PA-and-rel.patch | 31 ++ .../pulseaudio/pulseaudio_%.bbappend | 1 + 2 files changed, 32

[meta-freescale] [meta-fsl-arm][PATCH v2 1/3] pulseaudio: Add PulseAudio configuration and mutex patch

2015-07-26 Thread Yuqing Zhu
Fix pulseaudio mutex issue when do pause in gstreamer This fix is a workaround base on the solution from this link https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/932096; Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...dio-mutex-issue-when-do-pause-in-gstreame.patch | 33

[meta-freescale] [meta-fsl-arm][PATCH v2 3/3] pulseaudio: remove the control for speaker/headphone widget

2015-07-26 Thread Yuqing Zhu
In imx7d-sdb, there is no headphone jack, the jack detection is done by the codec itself. When headphone plugin, pulseaudio can't detect the headphone jack status, so it will set the headphone volume to zero. Signed-off-by: Yuqing Zhu b54...@freescale.com ---

[meta-freescale] [meta-fsl-arm][PATCH v2 0/3] 3.14.38-6QP_Beta release

2015-07-26 Thread Yuqing Zhu
Fix pulseaudio related issue: -Add PulseAudio configuration -Fix mutex issue -Revert commit 42156d2b5ac797e5f28f8d0d38b691053f3f6fc7 -Remove the control for speaker/headphone widget on i.MX7 Yuqing Zhu (3): pulseaudio: Add PulseAudio configuration and mutex patch pulseaudio: revert commit

[meta-freescale] [meta-fsl-arm][PATCH v2 7/7] gstreamer1.0-plugins-base: Add encodebin related patch

2015-07-26 Thread Yuqing Zhu
Need more buffers in output queue for better performance. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...eed-more-buffers-in-output-queue-for-bett.patch | 34 ++ .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 35 insertions(+) create mode

[meta-freescale] [meta-fsl-arm][PATCH v2 0/7] 3.14.38-6QP_Beta release

2015-07-26 Thread Yuqing Zhu
Fix issue about gstreamer1.0-plugins-base -gstplaybin: Remove native video flag and deinterlace flag. -basetextoverlay: Make memory copy when video buffer's memory is ready only. -gstplaysink: Don't set async of custom text-sink to false. -ssaparse: Enhance SSA text lines parsing. -subparse:

[meta-freescale] [meta-fsl-arm][PATCH v2 2/7] gstreamer1.0-plugins-base: Add gststreamsynchronizer related patch

2015-07-26 Thread Yuqing Zhu
-Send EOS event instead of GAP event as GAP event has issue when A/V have different duration. -Stop sending second track EOS event if send the first track EOS return fail. Fixed by ignore the return error. Signed-off-by: Yuqing Zhu b54...@freescale.com ---

[meta-freescale] [meta-fsl-arm][PATCH v2 4/7] gstreamer1.0-plugins-base: Add gstplaysink related patch

2015-07-26 Thread Yuqing Zhu
Don't set async of custom text-sink to false. Set async to false lead to A/V sync problem when seeking. The preroll need to use GAP event instead of set async to false. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...-don-t-set-async-of-custom-text-sink-to-f.patch | 31

[meta-freescale] [meta-fsl-arm][PATCH v2 6/7] gstreamer1.0-plugins-base: Add subparse related patch

2015-07-26 Thread Yuqing Zhu
Set need_segment after sink pad received GST_EVENT_SEGMENT. Subparse works in push mode, chain funciton will be called once up stream element finished the seeking and flushing. If set need_segment flag in src pad event handler, the segment event will be pushed earlier, result in the subtitle

[meta-freescale] [meta-fsl-arm][PATCH v2 5/7] gstreamer1.0-plugins-base: Add ssaparse related patch

2015-07-26 Thread Yuqing Zhu
Enhance SSA text lines parsing. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...3-ssaparse-enhance-SSA-text-lines-parsing.patch | 225 + .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 226 insertions(+) create mode 100644

[meta-freescale] [meta-fsl-arm][PATCH v2 3/7] gstreamer1.0-plugins-base: Add basetextoverlay related patch

2015-07-26 Thread Yuqing Zhu
Make memory copy when video buffer's memory is ready only Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...rlay-make-memory-copy-when-video-buffer-s.patch | 129 + .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 130 insertions(+) create mode