* SATO video player app
@ 2012-09-18 12:19 Jim Abernathy
2012-09-18 13:26 ` Burton, Ross
0 siblings, 1 reply; 2+ messages in thread
From: Jim Abernathy @ 2012-09-18 12:19 UTC (permalink / raw)
To: yocto
Now that the Denzil branch supports the CDV 1.0.3 hardware accelerated
video driver for Cedartrail, I would like to have the Video Player app
play the mp4 videos accelerated by the hardware. The player currently
does not accelerate the video. To play accelerated video, I need to run
gst from the command line, for example:
gst-launch filesrc location=myvideofile.mp4 ! qtdemux name=demux ! queue
! vaapidecode ! vaapisink demux. ! queue ! ffdec_aac ! alsasink.
Is there a way to configure the GUI video player to include the right
pipeline options?
Jim A
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: SATO video player app
2012-09-18 12:19 SATO video player app Jim Abernathy
@ 2012-09-18 13:26 ` Burton, Ross
0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2012-09-18 13:26 UTC (permalink / raw)
To: Jim Abernathy; +Cc: yocto
On 18 September 2012 13:19, Jim Abernathy <jfabernathy@gmail.com> wrote:
> Is there a way to configure the GUI video player to include the right
> pipeline options?
Not really - the video player can't know the pipeline to use for each
specific video. GStreamer's playbin element should have constructed
the pipeline that you specified.
The video player really is a toy and no more, but I've just picked up
a Cedar Trail netbook to fix issues like this. I'm about to leave for
a conference but I'll bring it with me and see if there's anything
obviously wrong.
Ross
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-18 13:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 12:19 SATO video player app Jim Abernathy
2012-09-18 13:26 ` Burton, Ross
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.