All of lore.kernel.org
 help / color / mirror / Atom feed
* how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC
@ 2013-09-13 16:18 Dennis Han
  2013-09-13 16:54 ` Otavio Salvador
  0 siblings, 1 reply; 9+ messages in thread
From: Dennis Han @ 2013-09-13 16:18 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

Hi.

 

Few days ago, freescale just released new mmcodec.

It's named 3.0.7-2 and seems it different from 3.0.8 in yocto version.

Is that right ?

 

How to merge this to yocto system.

I looked up 3.0.8 yocto version and it has *.bin file for codecs and its
related.

 

Dennis Han.

 


[-- Attachment #2: Type: text/html, Size: 2752 bytes --]

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

* Re: how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC
  2013-09-13 16:18 how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC Dennis Han
@ 2013-09-13 16:54 ` Otavio Salvador
  2013-09-13 18:21   ` Dennis Han
  0 siblings, 1 reply; 9+ messages in thread
From: Otavio Salvador @ 2013-09-13 16:54 UTC (permalink / raw)
  To: Dennis Han; +Cc: meta-freescale

On Fri, Sep 13, 2013 at 1:18 PM, Dennis Han <jshan@live.co.kr> wrote:
> Few days ago, freescale just released new mmcodec.
>
> It’s named 3.0.7-2 and seems it different from 3.0.8 in yocto version.
>
> Is that right ?

Yes, this is included in the 3.0.35-4.1.0 LTIB release.

> How to merge this to yocto system.
>
> I looked up 3.0.8 yocto version and it has *.bin file for codecs and its
> related.

Why 3.0.8 does not work for you?

Regards,

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC
  2013-09-13 16:54 ` Otavio Salvador
@ 2013-09-13 18:21   ` Dennis Han
  2013-09-13 19:18     ` Otavio Salvador
  0 siblings, 1 reply; 9+ messages in thread
From: Dennis Han @ 2013-09-13 18:21 UTC (permalink / raw)
  To: 'Otavio Salvador'; +Cc: meta-freescale

No, I got some problems with 3.0.8.

First, aac and aacp codecs not working with qt4 phonon player.
beepdec works but, phonon doesn't make any pipelines.
3.0.8 version of aiur demux is something strange. (need more checking)

following is the gst message

Missing element: MPEG-4 AAC decoder
WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0:
No decoder available for type 'audio/mpeg, mpegversion=(int)4,
channels=(int)2, rate=(int)48000, bitrate=(int)0, framed=(boolean)true,
stream-format=(string)raw, codec_data=(buffer)1190'.
Additional debug info:
/ws/nephalem/yocto/fsl-community-bsp/build/tmp/work/imx6qsabrelite-poky-linu
x-gnueabi/gst-plugins-base/0.10.36-r8/gst-plugins-base-0.10.36/gst/playback/
gsturidecodebin.c(874): unknown_type_cb ():
/GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0

I want to play any video clips supported by mx6 with qt4 phonon.

Second, with qt4-x11, when video clips is playing. 
I see strange display like being distortured, splited and blinking.
I think, this probably related vpu stuff though. feel need more
investigating on this.
Video clips works fine with Dylan.

Third. it's NEW ! (^^)

Brach is master.


Dennis han.



-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf
Of Otavio Salvador
Sent: Saturday, September 14, 2013 1:54 AM
To: Dennis Han
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] how to replace 3.0.8 yocto mmcdec to freescale
released 3.0.7-2 MMCODEC

On Fri, Sep 13, 2013 at 1:18 PM, Dennis Han <jshan@live.co.kr> wrote:
> Few days ago, freescale just released new mmcodec.
>
> It's named 3.0.7-2 and seems it different from 3.0.8 in yocto version.
>
> Is that right ?

Yes, this is included in the 3.0.35-4.1.0 LTIB release.

> How to merge this to yocto system.
>
> I looked up 3.0.8 yocto version and it has *.bin file for codecs and 
> its related.

Why 3.0.8 does not work for you?

Regards,

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



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

* Re: how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC
  2013-09-13 18:21   ` Dennis Han
@ 2013-09-13 19:18     ` Otavio Salvador
  2013-09-13 19:32       ` Fabio Estevam
       [not found]       ` <000601ceb0c8$7fed02b0$7fc70810$@gmail.com>
  0 siblings, 2 replies; 9+ messages in thread
From: Otavio Salvador @ 2013-09-13 19:18 UTC (permalink / raw)
  To: Dennis Han; +Cc: meta-freescale

Hello Dennis,

On Fri, Sep 13, 2013 at 3:21 PM, Dennis Han <jshan@live.co.kr> wrote:
> No, I got some problems with 3.0.8.
>
> First, aac and aacp codecs not working with qt4 phonon player.
> beepdec works but, phonon doesn't make any pipelines.
> 3.0.8 version of aiur demux is something strange. (need more checking)
>
> following is the gst message
>
> Missing element: MPEG-4 AAC decoder
> WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0:
> No decoder available for type 'audio/mpeg, mpegversion=(int)4,
> channels=(int)2, rate=(int)48000, bitrate=(int)0, framed=(boolean)true,
> stream-format=(string)raw, codec_data=(buffer)1190'.
> Additional debug info:
> /ws/nephalem/yocto/fsl-community-bsp/build/tmp/work/imx6qsabrelite-poky-linu
> x-gnueabi/gst-plugins-base/0.10.36-r8/gst-plugins-base-0.10.36/gst/playback/
> gsturidecodebin.c(874): unknown_type_cb ():
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0
>
> I want to play any video clips supported by mx6 with qt4 phonon.
>
> Second, with qt4-x11, when video clips is playing.
> I see strange display like being distortured, splited and blinking.
> I think, this probably related vpu stuff though. feel need more
> investigating on this.
> Video clips works fine with Dylan.
>
> Third. it's NEW ! (^^)
>
> Brach is master.

Fabio, can you help on this? I think he ought to use normal GStreamer
codecs for ACC and Vorbis.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC
  2013-09-13 19:18     ` Otavio Salvador
@ 2013-09-13 19:32       ` Fabio Estevam
       [not found]       ` <000601ceb0c8$7fed02b0$7fc70810$@gmail.com>
  1 sibling, 0 replies; 9+ messages in thread
From: Fabio Estevam @ 2013-09-13 19:32 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

On Fri, Sep 13, 2013 at 4:18 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:

> Fabio, can you help on this? I think he ought to use normal GStreamer
> codecs for ACC and Vorbis.

Yes, standard Gstreamer plugins should work just fine.


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

* Re: how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC
       [not found]       ` <000601ceb0c8$7fed02b0$7fc70810$@gmail.com>
@ 2013-09-13 21:47         ` Dennis Han
  2013-09-13 21:58           ` Fabio Estevam
  0 siblings, 1 reply; 9+ messages in thread
From: Dennis Han @ 2013-09-13 21:47 UTC (permalink / raw)
  To: 'Fabio Estevam', 'Otavio Salvador'; +Cc: meta-freescale

Fabio.
How to use beep.imx software decoder which is not supported by hw codecs in the qt phonon base player ?

Regards


-----Original Message-----
From: Fabio Estevam [mailto:festevam@gmail.com] 
Sent: Saturday, September 14, 2013 4:33 AM
To: Otavio Salvador
Cc: Dennis Han; meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC

On Fri, Sep 13, 2013 at 4:18 PM, Otavio Salvador <otavio@ossystems.com.br> wrote:

> Fabio, can you help on this? I think he ought to use normal GStreamer 
> codecs for ACC and Vorbis.

Yes, standard Gstreamer plugins should work just fine.



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

* Re: how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC
  2013-09-13 21:47         ` Dennis Han
@ 2013-09-13 21:58           ` Fabio Estevam
  2013-09-14 14:08             ` Daiane Angolini
       [not found]             ` <000101ceb16d$a31dbdb0$e9593910$@gmail.com>
  0 siblings, 2 replies; 9+ messages in thread
From: Fabio Estevam @ 2013-09-13 21:58 UTC (permalink / raw)
  To: Dennis Han; +Cc: meta-freescale, Otavio Salvador

On Fri, Sep 13, 2013 at 6:47 PM, Dennis Han <jshan@live.co.kr> wrote:
> Fabio.
> How to use beep.imx software decoder which is not supported by hw codecs in the qt phonon base player ?

Try not installing this 'beep.imx' decoder and try to use the standard
Gstreamer audio plugins instead.

AAC and Vorbis are pure software codecs and you could use the ones
from Gstreamer.


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

* Re: how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC
  2013-09-13 21:58           ` Fabio Estevam
@ 2013-09-14 14:08             ` Daiane Angolini
       [not found]             ` <000101ceb16d$a31dbdb0$e9593910$@gmail.com>
  1 sibling, 0 replies; 9+ messages in thread
From: Daiane Angolini @ 2013-09-14 14:08 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale, Otavio Salvador

On Fri, Sep 13, 2013 at 6:58 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Fri, Sep 13, 2013 at 6:47 PM, Dennis Han <jshan@live.co.kr> wrote:
>> Fabio.
>> How to use beep.imx software decoder which is not supported by hw codecs in the qt phonon base player ?
>
> Try not installing this 'beep.imx' decoder and try to use the standard
> Gstreamer audio plugins instead.

Other option would be change the plugin RANK. (so, you determinates
which plugin you prefer)

Take a look here
http://gstreamer-devel.966125.n4.nabble.com/configuring-plugin-priority-td968782.html

Daiane


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

* Re: how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC
       [not found]             ` <000101ceb16d$a31dbdb0$e9593910$@gmail.com>
@ 2013-09-14 17:22               ` Dennis Han
  0 siblings, 0 replies; 9+ messages in thread
From: Dennis Han @ 2013-09-14 17:22 UTC (permalink / raw)
  To: 'Daiane Angolini', 'Fabio Estevam'
  Cc: meta-freescale, 'Otavio Salvador'

Thanks fabio and Daiane.


-----Original Message-----
From: Daiane Angolini [mailto:daiane.list@gmail.com] 
Sent: Saturday, September 14, 2013 11:09 PM
To: Fabio Estevam
Cc: Dennis Han; meta-freescale@yoctoproject.org; Otavio Salvador
Subject: Re: [meta-freescale] how to replace 3.0.8 yocto mmcdec to freescale
released 3.0.7-2 MMCODEC

On Fri, Sep 13, 2013 at 6:58 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Fri, Sep 13, 2013 at 6:47 PM, Dennis Han <jshan@live.co.kr> wrote:
>> Fabio.
>> How to use beep.imx software decoder which is not supported by hw codecs
in the qt phonon base player ?
>
> Try not installing this 'beep.imx' decoder and try to use the standard 
> Gstreamer audio plugins instead.

Other option would be change the plugin RANK. (so, you determinates which
plugin you prefer)

Take a look here
http://gstreamer-devel.966125.n4.nabble.com/configuring-plugin-priority-td96
8782.html

Daiane



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

end of thread, other threads:[~2013-09-14 17:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-13 16:18 how to replace 3.0.8 yocto mmcdec to freescale released 3.0.7-2 MMCODEC Dennis Han
2013-09-13 16:54 ` Otavio Salvador
2013-09-13 18:21   ` Dennis Han
2013-09-13 19:18     ` Otavio Salvador
2013-09-13 19:32       ` Fabio Estevam
     [not found]       ` <000601ceb0c8$7fed02b0$7fc70810$@gmail.com>
2013-09-13 21:47         ` Dennis Han
2013-09-13 21:58           ` Fabio Estevam
2013-09-14 14:08             ` Daiane Angolini
     [not found]             ` <000101ceb16d$a31dbdb0$e9593910$@gmail.com>
2013-09-14 17:22               ` Dennis Han

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.