From: "Jānis Čoders" <janis.coders@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-arm][PATCH] gst-fsl-plugin: Fix that enables mfw_isink work by default.
Date: Mon, 25 Nov 2013 12:42:55 +0200 [thread overview]
Message-ID: <1385376175-17762-1-git-send-email-janis.coders@gmail.com> (raw)
vssconfig by default has fb_num configured to 1, but the value
must be set to 2 for isink to work properly.
Note, that VSALPHA still must be set manually.
Signed-off-by: Jānis Čoders <janis.coders@gmail.com>
---
...ault-framebuffer-number-to-2-in-vssconfig.patch | 25 ++++++++++++++++++++++
.../gstreamer/gst-fsl-plugin_3.0.9.bb | 3 ++-
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 recipes-multimedia/gstreamer/gst-fsl-plugin/change-default-framebuffer-number-to-2-in-vssconfig.patch
diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin/change-default-framebuffer-number-to-2-in-vssconfig.patch b/recipes-multimedia/gstreamer/gst-fsl-plugin/change-default-framebuffer-number-to-2-in-vssconfig.patch
new file mode 100644
index 0000000..cbdbdf7
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-fsl-plugin/change-default-framebuffer-number-to-2-in-vssconfig.patch
@@ -0,0 +1,25 @@
+From a8c79cad10bc405f261fc23cb51eafa5e8a3e4e2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?J=C4=81nis=20=C4=8Coders?= <janis.coders@gmail.com>
+Date: Mon, 25 Nov 2013 10:41:27 +0200
+Subject: [PATCH] change default framebuffer number to 2 in vssconfig
+
+- This change is needed so that mfw_isink would work by default.
+---
+ libs/vss/vssconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libs/vss/vssconfig b/libs/vss/vssconfig
+index 0bd2a3d..0ff7fd0 100755
+--- a/libs/vss/vssconfig
++++ b/libs/vss/vssconfig
+@@ -5,6 +5,6 @@
+ [master]
+ type = framebuffer
+ format = RGBP
+-fb_num = 1
++fb_num = 2
+ main_fb_num = 0
+
+--
+1.8.4.4
+
diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb b/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb
index fc9b38f..ef339bf 100644
--- a/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb
+++ b/recipes-multimedia/gstreamer/gst-fsl-plugin_3.0.9.bb
@@ -6,7 +6,8 @@ require gst-fsl-plugin.inc
# FIXME: Inspecting the source code the content is in fact 3.0.9
SRC_URI = "${FSL_MIRROR}/gst-fsl-plugins-3.10.9-1.0.0.tar.gz \
file://remove-GST_INFO-in-mfw_gst_utils.h.patch \
- file://configure.ac-Fix-checking-for-include-headers-in-mul.patch"
+ file://configure.ac-Fix-checking-for-include-headers-in-mul.patch \
+ file://change-default-framebuffer-number-to-2-in-vssconfig.patch"
SRC_URI[md5sum] = "a338a5c25225c765ae5f44af82fe7413"
SRC_URI[sha256sum] = "e809daa0cd60381f05a79f34a53305a5ee53bfed22192a1cda6d998acc84a6fd"
--
1.8.4.4
next reply other threads:[~2013-11-25 10:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-25 10:42 Jānis Čoders [this message]
2013-11-25 11:22 ` [meta-fsl-arm][PATCH] gst-fsl-plugin: Fix that enables mfw_isink work by default Otavio Salvador
2013-12-13 11:37 ` Daiane Angolini
2013-12-13 16:44 ` Jānis Čoders
2013-12-13 16:49 ` Daiane Angolini
2013-12-13 21:08 ` Jānis Čoders
2014-01-13 13:06 ` Daiane.Angolini
2014-01-13 13:40 ` Otavio Salvador
2014-01-14 12:20 ` Daiane Angolini
2014-01-28 21:36 ` Otavio Salvador
2014-01-29 16:59 ` Alok Kumar
2014-01-29 17:20 ` vssconfig (was [meta-fsl-arm][PATCH] gst-fsl-plugin: Fix that enables mfw_isink work by default) Eric Nelson
2014-01-29 17:36 ` Alok Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1385376175-17762-1-git-send-email-janis.coders@gmail.com \
--to=janis.coders@gmail.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.