* Rgardring GSTreamer1.0 integration on Yocto dylan @ 2014-01-15 10:49 Khaja Hussain Shaik 2014-01-15 11:05 ` Nicolas Dechesne 0 siblings, 1 reply; 13+ messages in thread From: Khaja Hussain Shaik @ 2014-01-15 10:49 UTC (permalink / raw) To: yocto@yoctoproject.org; +Cc: Dipesh Karmakar [-- Attachment #1: Type: text/plain, Size: 1679 bytes --] Hi, Greetings from Khaja. We are trying to make a Dylan build with GStreamer 1.0 support, however we are facing lots of dependencies. We like to know whether it's possible to incorporate GStreamer 1.0 in Dylan? If yes then could it be possible to direct us to some documents/procedure. Thanks in advance, Khaja ::DISCLAIMER:: ---------------------------------------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. ---------------------------------------------------------------------------------------------------------------------------------------------------- [-- Attachment #2: Type: text/html, Size: 4087 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-01-15 10:49 Rgardring GSTreamer1.0 integration on Yocto dylan Khaja Hussain Shaik @ 2014-01-15 11:05 ` Nicolas Dechesne 2014-01-15 11:54 ` Iorga, Cristian 2014-01-15 12:19 ` Paul Eggleton 0 siblings, 2 replies; 13+ messages in thread From: Nicolas Dechesne @ 2014-01-15 11:05 UTC (permalink / raw) To: Khaja Hussain Shaik; +Cc: Dipesh Karmakar, yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 700 bytes --] On Wed, Jan 15, 2014 at 11:49 AM, Khaja Hussain Shaik < khajahussain-s@hcl.com> wrote: > Greetings from Khaja. > > We are trying to make a Dylan build with GStreamer 1.0 support, however we > are facing lots of dependencies. We like to know whether it’s possible to > incorporate GStreamer 1.0 in Dylan? If yes then could it be possible to > direct us to some documents/procedure. > such large 'features' are not generally backported to old/stable releases. only bug fixes. gst1.0 was introduced in 'dora' where you can find gst 1.0.x branch, and you have gst 1.2.x support in current master. so you either need to backport these changes into dylan, or switch to a newer release. [-- Attachment #2: Type: text/html, Size: 1190 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-01-15 11:05 ` Nicolas Dechesne @ 2014-01-15 11:54 ` Iorga, Cristian 2014-01-15 12:19 ` Paul Eggleton 1 sibling, 0 replies; 13+ messages in thread From: Iorga, Cristian @ 2014-01-15 11:54 UTC (permalink / raw) To: Nicolas Dechesne, Khaja Hussain Shaik Cc: Dipesh Karmakar, yocto@yoctoproject.org [-- Attachment #1: Type: text/plain, Size: 1076 bytes --] Hello, Nicolas is totally right here. /Cristian Iorga YP Intel From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Nicolas Dechesne Sent: Wednesday, January 15, 2014 1:05 PM To: Khaja Hussain Shaik Cc: Dipesh Karmakar; yocto@yoctoproject.org Subject: Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan On Wed, Jan 15, 2014 at 11:49 AM, Khaja Hussain Shaik <khajahussain-s@hcl.com<mailto:khajahussain-s@hcl.com>> wrote: Greetings from Khaja. We are trying to make a Dylan build with GStreamer 1.0 support, however we are facing lots of dependencies. We like to know whether it's possible to incorporate GStreamer 1.0 in Dylan? If yes then could it be possible to direct us to some documents/procedure. such large 'features' are not generally backported to old/stable releases. only bug fixes. gst1.0 was introduced in 'dora' where you can find gst 1.0.x branch, and you have gst 1.2.x support in current master. so you either need to backport these changes into dylan, or switch to a newer release. [-- Attachment #2: Type: text/html, Size: 4669 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-01-15 11:05 ` Nicolas Dechesne 2014-01-15 11:54 ` Iorga, Cristian @ 2014-01-15 12:19 ` Paul Eggleton 2014-01-17 7:28 ` Carlos Rafael Giani 1 sibling, 1 reply; 13+ messages in thread From: Paul Eggleton @ 2014-01-15 12:19 UTC (permalink / raw) To: Khaja Hussain Shaik, Dipesh Karmakar; +Cc: yocto, Carlos Rafael Giani On Wednesday 15 January 2014 12:05:03 Nicolas Dechesne wrote: > On Wed, Jan 15, 2014 at 11:49 AM, Khaja Hussain Shaik < > khajahussain-s@hcl.com> wrote: > > Greetings from Khaja. > > > > We are trying to make a Dylan build with GStreamer 1.0 support, however we > > are facing lots of dependencies. We like to know whether it’s possible to > > incorporate GStreamer 1.0 in Dylan? If yes then could it be possible to > > direct us to some documents/procedure. > > such large 'features' are not generally backported to old/stable releases. > only bug fixes. > > gst1.0 was introduced in 'dora' where you can find gst 1.0.x branch, and > you have gst 1.2.x support in current master. so you either need to > backport these changes into dylan, or switch to a newer release. BTW, it's worth pointing out that these recipes can be added in an additional layer, so you don't need to patch the core - in fact there is a meta-gstreamer10 layer that says it's compatible with dylan already: http://layers.openembedded.org/layerindex/branch/master/layer/meta-gstreamer10/ I'm not sure how well maintained it is, you'd need to talk to the maintainer (who I've added to CC). Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-01-15 12:19 ` Paul Eggleton @ 2014-01-17 7:28 ` Carlos Rafael Giani 2014-01-17 13:47 ` Khaja Hussain Shaik 2014-01-28 12:49 ` Khaja Hussain Shaik 0 siblings, 2 replies; 13+ messages in thread From: Carlos Rafael Giani @ 2014-01-17 7:28 UTC (permalink / raw) To: Paul Eggleton, Khaja Hussain Shaik, Dipesh Karmakar; +Cc: yocto On 2014-01-15 13:19, Paul Eggleton wrote: > On Wednesday 15 January 2014 12:05:03 Nicolas Dechesne wrote: >> On Wed, Jan 15, 2014 at 11:49 AM, Khaja Hussain Shaik < >> khajahussain-s@hcl.com> wrote: >>> Greetings from Khaja. >>> >>> We are trying to make a Dylan build with GStreamer 1.0 support, however we >>> are facing lots of dependencies. We like to know whether it’s possible to >>> incorporate GStreamer 1.0 in Dylan? If yes then could it be possible to >>> direct us to some documents/procedure. >> such large 'features' are not generally backported to old/stable releases. >> only bug fixes. >> >> gst1.0 was introduced in 'dora' where you can find gst 1.0.x branch, and >> you have gst 1.2.x support in current master. so you either need to >> backport these changes into dylan, or switch to a newer release. > BTW, it's worth pointing out that these recipes can be added in an additional > layer, so you don't need to patch the core - in fact there is a > meta-gstreamer10 layer that says it's compatible with dylan already: > > http://layers.openembedded.org/layerindex/branch/master/layer/meta-gstreamer10/ > > I'm not sure how well maintained it is, you'd need to talk to the maintainer > (who I've added to CC). > > Cheers, > Paul > I am the maintainer. Support for GStreamer 1.2 in meta-gstreamer1.0 dylan has not been on my immediate TODO list so far, since there has been no demand for it. I can backport it in a few days. cheers ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-01-17 7:28 ` Carlos Rafael Giani @ 2014-01-17 13:47 ` Khaja Hussain Shaik 2014-01-28 12:49 ` Khaja Hussain Shaik 1 sibling, 0 replies; 13+ messages in thread From: Khaja Hussain Shaik @ 2014-01-17 13:47 UTC (permalink / raw) To: Carlos Rafael Giani, Paul Eggleton Cc: yocto@yoctoproject.org, Dipesh Karmakar Thanks for your reply. I will very thankful to you if you backport gst1.x to Dylan, we are quit stuck here :-) Thanks & Regards Khaja -----Original Message----- From: Carlos Rafael Giani [mailto:dv@pseudoterminal.org] Sent: Friday, January 17, 2014 12:59 PM To: Paul Eggleton; Khaja Hussain Shaik; Dipesh Karmakar Cc: Nicolas Dechesne; yocto@yoctoproject.org Subject: Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan On 2014-01-15 13:19, Paul Eggleton wrote: > On Wednesday 15 January 2014 12:05:03 Nicolas Dechesne wrote: >> On Wed, Jan 15, 2014 at 11:49 AM, Khaja Hussain Shaik < >> khajahussain-s@hcl.com> wrote: >>> Greetings from Khaja. >>> >>> We are trying to make a Dylan build with GStreamer 1.0 support, however we >>> are facing lots of dependencies. We like to know whether it’s possible to >>> incorporate GStreamer 1.0 in Dylan? If yes then could it be possible to >>> direct us to some documents/procedure. >> such large 'features' are not generally backported to old/stable releases. >> only bug fixes. >> >> gst1.0 was introduced in 'dora' where you can find gst 1.0.x branch, and >> you have gst 1.2.x support in current master. so you either need to >> backport these changes into dylan, or switch to a newer release. > BTW, it's worth pointing out that these recipes can be added in an additional > layer, so you don't need to patch the core - in fact there is a > meta-gstreamer10 layer that says it's compatible with dylan already: > > http://layers.openembedded.org/layerindex/branch/master/layer/meta-gstreamer10/ > > I'm not sure how well maintained it is, you'd need to talk to the maintainer > (who I've added to CC). > > Cheers, > Paul > I am the maintainer. Support for GStreamer 1.2 in meta-gstreamer1.0 dylan has not been on my immediate TODO list so far, since there has been no demand for it. I can backport it in a few days. cheers ::DISCLAIMER:: ---------------------------------------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. ---------------------------------------------------------------------------------------------------------------------------------------------------- ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-01-17 7:28 ` Carlos Rafael Giani 2014-01-17 13:47 ` Khaja Hussain Shaik @ 2014-01-28 12:49 ` Khaja Hussain Shaik 2014-01-30 1:23 ` Carlos Rafael Giani 2014-02-02 15:43 ` Carlos Rafael Giani 1 sibling, 2 replies; 13+ messages in thread From: Khaja Hussain Shaik @ 2014-01-28 12:49 UTC (permalink / raw) To: Carlos Rafael Giani Cc: yocto@yoctoproject.org, Paul Eggleton, Kishore Divvela -ERS, HCL Tech, Dipesh Karmakar Hi Carlos, Did you get a chance to look into the porting of gst1.0 to Dylan? Regards Khaja -----Original Message----- From: Khaja Hussain Shaik Sent: Friday, January 17, 2014 7:17 PM To: 'Carlos Rafael Giani'; Paul Eggleton Cc: Nicolas Dechesne; yocto@yoctoproject.org; Dipesh Karmakar Subject: RE: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan Thanks for your reply. I will very thankful to you if you backport gst1.x to Dylan, we are quit stuck here :-) Thanks & Regards Khaja -----Original Message----- From: Carlos Rafael Giani [mailto:dv@pseudoterminal.org] Sent: Friday, January 17, 2014 12:59 PM To: Paul Eggleton; Khaja Hussain Shaik; Dipesh Karmakar Cc: Nicolas Dechesne; yocto@yoctoproject.org Subject: Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan On 2014-01-15 13:19, Paul Eggleton wrote: > On Wednesday 15 January 2014 12:05:03 Nicolas Dechesne wrote: >> On Wed, Jan 15, 2014 at 11:49 AM, Khaja Hussain Shaik < >> khajahussain-s@hcl.com> wrote: >>> Greetings from Khaja. >>> >>> We are trying to make a Dylan build with GStreamer 1.0 support, however we >>> are facing lots of dependencies. We like to know whether it’s possible to >>> incorporate GStreamer 1.0 in Dylan? If yes then could it be possible to >>> direct us to some documents/procedure. >> such large 'features' are not generally backported to old/stable releases. >> only bug fixes. >> >> gst1.0 was introduced in 'dora' where you can find gst 1.0.x branch, and >> you have gst 1.2.x support in current master. so you either need to >> backport these changes into dylan, or switch to a newer release. > BTW, it's worth pointing out that these recipes can be added in an additional > layer, so you don't need to patch the core - in fact there is a > meta-gstreamer10 layer that says it's compatible with dylan already: > > http://layers.openembedded.org/layerindex/branch/master/layer/meta-gstreamer10/ > > I'm not sure how well maintained it is, you'd need to talk to the maintainer > (who I've added to CC). > > Cheers, > Paul > I am the maintainer. Support for GStreamer 1.2 in meta-gstreamer1.0 dylan has not been on my immediate TODO list so far, since there has been no demand for it. I can backport it in a few days. cheers ::DISCLAIMER:: ---------------------------------------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. ---------------------------------------------------------------------------------------------------------------------------------------------------- ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-01-28 12:49 ` Khaja Hussain Shaik @ 2014-01-30 1:23 ` Carlos Rafael Giani 2014-02-02 15:43 ` Carlos Rafael Giani 1 sibling, 0 replies; 13+ messages in thread From: Carlos Rafael Giani @ 2014-01-30 1:23 UTC (permalink / raw) To: Khaja Hussain Shaik Cc: yocto@yoctoproject.org, Paul Eggleton, Kishore Divvela -ERS, HCL Tech, Dipesh Karmakar On 28.01.2014 13:49, Khaja Hussain Shaik wrote: > Hi Carlos, > > Did you get a chance to look into the porting of gst1.0 to Dylan? > > Regards > Khaja > Hi, sorry, not yet, very busy with other things at the moment. I hope I can finish it in a few days. Carlos ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-01-28 12:49 ` Khaja Hussain Shaik 2014-01-30 1:23 ` Carlos Rafael Giani @ 2014-02-02 15:43 ` Carlos Rafael Giani 2014-02-02 15:59 ` Kishore Divvela -ERS, HCL Tech 1 sibling, 1 reply; 13+ messages in thread From: Carlos Rafael Giani @ 2014-02-02 15:43 UTC (permalink / raw) To: Khaja Hussain Shaik Cc: yocto@yoctoproject.org, Paul Eggleton, Kishore Divvela -ERS, HCL Tech, Dipesh Karmakar On 2014-01-28 13:49, Khaja Hussain Shaik wrote: > Hi Carlos, > > Did you get a chance to look into the porting of gst1.0 to Dylan? > > Regards > Khaja > I have now upgraded the recipes in meta-gstreamer1.0 to version 1.2.2. It is a backport from the current OE-core recipes. Furthermore, I added the Orc OE-core recipes to this layer. This way, gstreamer is built with Orc support by default, even for danny and dylan. cheers, Carlos ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-02-02 15:43 ` Carlos Rafael Giani @ 2014-02-02 15:59 ` Kishore Divvela -ERS, HCL Tech 2014-02-02 16:23 ` Carlos Rafael Giani 0 siblings, 1 reply; 13+ messages in thread From: Kishore Divvela -ERS, HCL Tech @ 2014-02-02 15:59 UTC (permalink / raw) To: Carlos Rafael Giani, Khaja Hussain Shaik Cc: yocto@yoctoproject.org, Paul Eggleton, Dipesh Karmakar Hi Carlos, On Gstreamer1.0 when we play with Playbin it is not working .. But it works with "uridecodebin and fpsdisplaysink" Regards, Kishore -----Original Message----- From: Carlos Rafael Giani [mailto:dv@pseudoterminal.org] Sent: Sunday, February 02, 2014 9:14 PM To: Khaja Hussain Shaik Cc: Nicolas Dechesne; yocto@yoctoproject.org; Dipesh Karmakar; Paul Eggleton; Kishore Divvela -ERS, HCL Tech Subject: Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan On 2014-01-28 13:49, Khaja Hussain Shaik wrote: > Hi Carlos, > > Did you get a chance to look into the porting of gst1.0 to Dylan? > > Regards > Khaja > I have now upgraded the recipes in meta-gstreamer1.0 to version 1.2.2. It is a backport from the current OE-core recipes. Furthermore, I added the Orc OE-core recipes to this layer. This way, gstreamer is built with Orc support by default, even for danny and dylan. cheers, Carlos ::DISCLAIMER:: ---------------------------------------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. ---------------------------------------------------------------------------------------------------------------------------------------------------- ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-02-02 15:59 ` Kishore Divvela -ERS, HCL Tech @ 2014-02-02 16:23 ` Carlos Rafael Giani 2014-02-02 16:24 ` Kishore Divvela -ERS, HCL Tech 0 siblings, 1 reply; 13+ messages in thread From: Carlos Rafael Giani @ 2014-02-02 16:23 UTC (permalink / raw) To: Kishore Divvela -ERS, HCL Tech, Khaja Hussain Shaik Cc: yocto@yoctoproject.org, Paul Eggleton, Dipesh Karmakar Hello Kishore, please provide more details. What is the device you run GStreamer on? What is the format of the media you are playing? What is the log output? On 2014-02-02 16:59, Kishore Divvela -ERS, HCL Tech wrote: > Hi Carlos, > > On Gstreamer1.0 when we play with Playbin it is not working .. But it works with "uridecodebin and fpsdisplaysink" > > Regards, > Kishore > > > -----Original Message----- > From: Carlos Rafael Giani [mailto:dv@pseudoterminal.org] > Sent: Sunday, February 02, 2014 9:14 PM > To: Khaja Hussain Shaik > Cc: Nicolas Dechesne; yocto@yoctoproject.org; Dipesh Karmakar; Paul Eggleton; Kishore Divvela -ERS, HCL Tech > Subject: Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan > > On 2014-01-28 13:49, Khaja Hussain Shaik wrote: >> Hi Carlos, >> >> Did you get a chance to look into the porting of gst1.0 to Dylan? >> >> Regards >> Khaja >> > I have now upgraded the recipes in meta-gstreamer1.0 to version 1.2.2. > It is a backport from the current OE-core recipes. Furthermore, I added > the Orc OE-core recipes to this layer. This way, gstreamer is built with > Orc support by default, even for danny and dylan. > > cheers, > Carlos > > > ::DISCLAIMER:: > ---------------------------------------------------------------------------------------------------------------------------------------------------- > > The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. > E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, > lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents > (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. > Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the > views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, > distribution and / or publication of this message without the prior written consent of authorized representative of > HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. > Before opening any email and/or attachments, please check them for viruses and other defects. > > ---------------------------------------------------------------------------------------------------------------------------------------------------- ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-02-02 16:23 ` Carlos Rafael Giani @ 2014-02-02 16:24 ` Kishore Divvela -ERS, HCL Tech 2014-02-02 16:30 ` Carlos Rafael Giani 0 siblings, 1 reply; 13+ messages in thread From: Kishore Divvela -ERS, HCL Tech @ 2014-02-02 16:24 UTC (permalink / raw) To: Carlos Rafael Giani, Khaja Hussain Shaik Cc: yocto@yoctoproject.org, Paul Eggleton, Dipesh Karmakar Hi Carlos, We are running Gstreamer on Intel Baytrail board. Media formats are MP4, AVI and 3GP. Regards, Kishore -----Original Message----- From: Carlos Rafael Giani [mailto:dv@pseudoterminal.org] Sent: Sunday, February 02, 2014 9:54 PM To: Kishore Divvela -ERS, HCL Tech; Khaja Hussain Shaik Cc: Nicolas Dechesne; yocto@yoctoproject.org; Dipesh Karmakar; Paul Eggleton Subject: Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan Hello Kishore, please provide more details. What is the device you run GStreamer on? What is the format of the media you are playing? What is the log output? On 2014-02-02 16:59, Kishore Divvela -ERS, HCL Tech wrote: > Hi Carlos, > > On Gstreamer1.0 when we play with Playbin it is not working .. But it works with "uridecodebin and fpsdisplaysink" > > Regards, > Kishore > > > -----Original Message----- > From: Carlos Rafael Giani [mailto:dv@pseudoterminal.org] > Sent: Sunday, February 02, 2014 9:14 PM > To: Khaja Hussain Shaik > Cc: Nicolas Dechesne; yocto@yoctoproject.org; Dipesh Karmakar; Paul Eggleton; Kishore Divvela -ERS, HCL Tech > Subject: Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan > > On 2014-01-28 13:49, Khaja Hussain Shaik wrote: >> Hi Carlos, >> >> Did you get a chance to look into the porting of gst1.0 to Dylan? >> >> Regards >> Khaja >> > I have now upgraded the recipes in meta-gstreamer1.0 to version 1.2.2. > It is a backport from the current OE-core recipes. Furthermore, I added > the Orc OE-core recipes to this layer. This way, gstreamer is built with > Orc support by default, even for danny and dylan. > > cheers, > Carlos > > > ::DISCLAIMER:: > ---------------------------------------------------------------------------------------------------------------------------------------------------- > > The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. > E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, > lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents > (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. > Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the > views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, > distribution and / or publication of this message without the prior written consent of authorized representative of > HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. > Before opening any email and/or attachments, please check them for viruses and other defects. > > ---------------------------------------------------------------------------------------------------------------------------------------------------- ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Rgardring GSTreamer1.0 integration on Yocto dylan 2014-02-02 16:24 ` Kishore Divvela -ERS, HCL Tech @ 2014-02-02 16:30 ` Carlos Rafael Giani 0 siblings, 0 replies; 13+ messages in thread From: Carlos Rafael Giani @ 2014-02-02 16:30 UTC (permalink / raw) To: Kishore Divvela -ERS, HCL Tech, Khaja Hussain Shaik Cc: yocto@yoctoproject.org, Paul Eggleton, Dipesh Karmakar On 2014-02-02 17:24, Kishore Divvela -ERS, HCL Tech wrote: > Hi Carlos, > > We are running Gstreamer on Intel Baytrail board. > > Media formats are MP4, AVI and 3GP. > > Regards, > Kishore I re-ran tests with both dylan and danny builds, and was able to play videos in all of these formats with playbin. So I don't think it is specific to the layer. Therefore I recommend continuing this on the gstreamer mailing list. Please re-run your pipeline with the GST_DEBUG environment variable set to "2", and post on the gstreamer list. Carlos ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2014-02-02 16:27 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-01-15 10:49 Rgardring GSTreamer1.0 integration on Yocto dylan Khaja Hussain Shaik 2014-01-15 11:05 ` Nicolas Dechesne 2014-01-15 11:54 ` Iorga, Cristian 2014-01-15 12:19 ` Paul Eggleton 2014-01-17 7:28 ` Carlos Rafael Giani 2014-01-17 13:47 ` Khaja Hussain Shaik 2014-01-28 12:49 ` Khaja Hussain Shaik 2014-01-30 1:23 ` Carlos Rafael Giani 2014-02-02 15:43 ` Carlos Rafael Giani 2014-02-02 15:59 ` Kishore Divvela -ERS, HCL Tech 2014-02-02 16:23 ` Carlos Rafael Giani 2014-02-02 16:24 ` Kishore Divvela -ERS, HCL Tech 2014-02-02 16:30 ` Carlos Rafael Giani
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.