All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] gst-fsl-plugin: Fix that enables mfw_isink work by default.
@ 2013-11-25 10:42 Jānis Čoders
  2013-11-25 11:22 ` Otavio Salvador
  2014-01-28 21:36 ` Otavio Salvador
  0 siblings, 2 replies; 13+ messages in thread
From: Jānis Čoders @ 2013-11-25 10:42 UTC (permalink / raw)
  To: meta-freescale

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



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-01-29 17:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 10:42 [meta-fsl-arm][PATCH] gst-fsl-plugin: Fix that enables mfw_isink work by default Jānis Čoders
2013-11-25 11:22 ` 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

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.