Hi Leon,

The issue is due to wrong MACHINE_HWCODEC set.
Indeed Tizen use Gstreamer 1.0 not gstreamer  0.10
So please cherry pick this commit from master branch of intel and apply it
to dizzy.

 dcb2710376c832d3a450748f997b6fc5c13a82f7

commit dcb2710376c832d3a450748f997b6fc5c13a82f7
Author: Ross Burton <[email protected]>
Date:   Fri Feb 27 18:00:36 2015 +0000

    intel-core*: use gstreamer-vaapi-1.0 directly instead of gst-va-intel

    No need for a layer of indirection when that layer only has one option.
    Previously with EMGD there was a choice, but not anymore.

    Signed-off-by: Ross Burton <[email protected]>
    Signed-off-by: Darren Hart <[email protected]>

diff --git a/conf/machine/intel-core2-32.conf
b/conf/machine/intel-core2-32.conf
index 699d757..2b79165 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -15,7 +15,7 @@ MACHINE_FEATURES += "va-impl-intel"
 MACHINE_FEATURES += "wifi 3g"
 MACHINE_FEATURES += "intel-ucode"

-MACHINE_HWCODECS ?= "va-intel gst-va-intel"
+MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"

 MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"

diff --git a/conf/machine/intel-corei7-64.conf
b/conf/machine/intel-corei7-64.conf
index d3da826..491ef04 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -15,7 +15,7 @@ MACHINE_FEATURES += "va-impl-intel"
 MACHINE_FEATURES += "wifi 3g"
 MACHINE_FEATURES += "intel-ucode"

-MACHINE_HWCODECS ?= "va-intel gst-va-intel"
+MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"

 MACHINE_EXTRA_RRECOMMENDS += "linux-firmware lms8"


BR

Baptiste


2015-05-19 10:07 GMT+02:00 Leon Anavi <[email protected]>:

>  Hi Sami, Kevin,
>
> I saw that several months ago you were discussing an issue related to
> gst-ffmpeg while building Tizen image using Yocto for MinnowBoard.
> According to your comments gst-ffmpeg is not part of Tizen images but no
> solution has been posted.
>
> Recently I experienced the same issue with gst-ffmpeg recipes while I
> building Tizen:Common and IVI images for machine: intel-corei7-64 and would
> like to share my solution.
>
> I found out that gst-ffmpeg is involved by recipes for Intel specific
> hardware codecs. The following line has to be added to conf/local.conf to
> remove the hardware codecs and not to encounter the errors related to
> gst-ffmpeg:
>
> MACHINE_HWCODECS_remove = "va-intel gst-va-intel gst-va-intel-general
> gst-va-intel-video gst-va-intel-vaapi"
>
> I have described this approach at Tizen wiki article for MinnowBoard MAX
> as well as at the corresponding bug report in JIRA:
> https://wiki.tizen.org/wiki/MinnowMax#Building_Tizen_with_Yocto
> https://bugs.tizen.org/jira/browse/BTY-105
>
> Best regards,
> Leon
>
> --
> Leon Anavi
> Software Engineer
> Mob : +359 88 527 7901konsulko.com
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> https://lists.tizen.org/listinfo/dev
>
>


-- 
Baptiste DURAND
Eurogiciel Vannes/FR
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to