meta-digi-arm: Patch gsl-plugins-base.

This is the same patch we have in del-toolchain.git and the same patch
meta-fsl-arm applies.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2012-11-21 10:15:56 +01:00
parent 39c219d5c5
commit 855232c9a0
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,28 @@
From cecba1668bc8607112a6a2b802c82b6313a0d2b4 Mon Sep 17 00:00:00 2001
From: Adrian Alonso <aalonso@freescale.com>
Date: Tue, 19 Jun 2012 15:37:56 -0500
Subject: [PATCH] gstplaybin2: rawvideo support
* Enable support for rawvideo
* Support direct rendering for mfw_v4lsink plugin
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
---
gst/playback/gstplaybin2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c
index e01ff6c..9c638ae 100644
--- a/gst/playback/gstplaybin2.c
+++ b/gst/playback/gstplaybin2.c
@@ -456,7 +456,7 @@ struct _GstPlayBinClass
#define DEFAULT_SUBURI NULL
#define DEFAULT_SOURCE NULL
#define DEFAULT_FLAGS GST_PLAY_FLAG_AUDIO | GST_PLAY_FLAG_VIDEO | GST_PLAY_FLAG_TEXT | \
- GST_PLAY_FLAG_SOFT_VOLUME
+ GST_PLAY_FLAG_SOFT_VOLUME | GST_PLAY_FLAG_NATIVE_VIDEO
#define DEFAULT_N_VIDEO 0
#define DEFAULT_CURRENT_VIDEO -1
#define DEFAULT_N_AUDIO 0
--
1.7.10.2

View File

@ -0,0 +1,12 @@
# Freescale gstplaybin2 rawvideo support
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
PRINC := "${@int(PRINC) + 1}"
SRC_URI_append_mxs = " file://gstplaybin2-rawvideo-support.patch"
SRC_URI_append_mx5 = " file://gstplaybin2-rawvideo-support.patch"
SRC_URI_append_mx6 = " file://gstplaybin2-rawvideo-support.patch"
PACKAGE_ARCH_mxs = "${MACHINE_ARCH}"
PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"