problem on freescale gstreamer plugin

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

problem on freescale gstreamer plugin

Volter Yen

Hi all,

    I am working on freescale i.mx27 for mutltimedia application developing,according to the requirement I should construct a decode pipe and an encode pipe line at the same time.    It seem to impossibe that using the freescale's decode and encode plugin at the same time. because they need to open the '/dev/vpu'  when initialize the plugins for both decode plugin and decode plugin,  but it is not permitted to do so, then the systemIOinit() could not be finished, that is only one pipe line is allowed. 

     has anyone meet  the similiar problem and how to work it out? please give me some hint on it.  thank you! 

 




"中国制造",讲述中国60年往事

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: problem on freescale gstreamer plugin

Marc Leeman
> I am working on freescale i.mx27 for mutltimedia application
> developing,according to the requirement I should construct a decode pipe
> and an encode pipe line at the same time.    It seem to impossibe that
> using the freescale's decode and encode plugin at the same time. because

You are probably asking the wrong mailinglist: you are plugins by
Freescale that are not availble in GStreamer.

[mleeman@bane gst-git]$ gst-inspect encode
No such element or plugin 'encode'
[mleeman@bane gst-git]$ gst-inspect decode
No such element or plugin 'decode'

> they need to open the '/dev/vpu'  when initialize the plugins for both
> decode plugin and decode plugin,  but it is not permitted to do so,
> then the systemIOinit() could not be finished, that is only one pipe
> line is allowed.

[mleeman@bane 20090811]$ find . -name '*.[ch]' |xargs grep systemIOinit
[mleeman@bane 20090811]$ find . -name '*.[ch]' |xargs grep vpu

Both show nothing.

> has anyone meet  the similiar problem and how to work it out? please
> give me some hint on it.  thank you!

You seem to be confusing GStreamer with custom hardware drivers from
what I make out from your post.


--
  greetz, marc
Those who can, do; those who can't, write.
Those who can't write work for the Bell Labs Record.
crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: problem on freescale gstreamer plugin

Volter Yen
Hi marc,
   I know this mailist is mainly focused on the opensource gstreamer items, but I think there are still many people on ti or freescale's hardware platform using partly the gstreamer opensource framework. and then they would be in this maillist too. when they notice this problem, they expirenced engineer would give me some hint on this issue.  Anyway, thank you for the reply.

 
在2009-09-14,"Marc Leeman" <[hidden email]> 写道:
>> I am working on freescale i.mx27 for mutltimedia application
>> developing,according to the requirement I should construct a decode pipe
>> and an encode pipe line at the same time.    It seem to impossibe that
>> using the freescale's decode and encode plugin at the same time. because
>
>You are probably asking the wrong mailinglist: you are plugins by
>Freescale that are not availble in GStreamer.
>
>[mleeman@bane gst-git]$ gst-inspect encode
>No such element or plugin 'encode'
>[mleeman@bane gst-git]$ gst-inspect decode
>No such element or plugin 'decode'
>
>> they need to open the '/dev/vpu'  when initialize the plugins for both
>> decode plugin and decode plugin,  but it is not permitted to do so,
>> then the systemIOinit() could not be finished, that is only one pipe
>> line is allowed.
>
>[mleeman@bane 20090811]$ find . -name '*.[ch]' |xargs grep systemIOinit
>[mleeman@bane 20090811]$ find . -name '*.[ch]' |xargs grep vpu
>
>Both show nothing.
>
>> has anyone meet  the similiar problem and how to work it out? please
>> give me some hint on it.  thank you!
>
>You seem to be confusing GStreamer with custom hardware drivers from
>what I make out from your post.
>
>
>-- 
>  greetz, marc
>Those who can, do; those who can't, write.
>Those who can't write work for the Bell Labs Record.
>crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux



"中国制造",讲述中国60年往事

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: problem on freescale gstreamer plugin

fabioestevam
In reply to this post by Volter Yen
Volter,

You should enter a service request at www.freescale.com/support

Regards,

Fabio Estevam

--- On Mon, 9/14/09, Volter Yen <[hidden email]> wrote:

> From: Volter Yen <[hidden email]>
> Subject: [gst-devel] problem on freescale gstreamer plugin
> To: "[hidden email]" <[hidden email]>
> Date: Monday, September 14, 2009, 6:23 AM
> Hi all,
>     I am working on freescale i.mx27 for
> mutltimedia application developing,according to the
> requirement I should construct a decode pipe and an encode
> pipe line at the same time.    It seem to
> impossibe that using the freescale's decode and encode
> plugin at the same time. because they need to open the
> '/dev/vpu'  when initialize the plugins
> for both decode plugin and decode plugin,  but it
> is not permitted to do so, then the systemIOinit()
> could not be finished, that is only one pipe line is
> allowed. 
>      has anyone meet  the
> similiar problem and how to work it out? please give me some
> hint on it.  thank you! 
>  
>
>
> "中国制造",讲述中国60年往事
>
> -----Inline Attachment Follows-----
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal
> Reports 2008 30-Day
> trial. Simplify your report design, integration and
> deployment - and focus on
> what you do best, core application coding. Discover what's
> new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> -----Inline Attachment Follows-----
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>


     

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel