All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurentiu Palcu <laurentiu.palcu@intel.com>
To: Meenakumari Shedole <meenakumari.s@hcl.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback
Date: Thu, 27 Mar 2014 09:21:28 +0200	[thread overview]
Message-ID: <20140327072128.GI32501@lpalcu-linux> (raw)
In-Reply-To: <E4938C0D959B3445943720B88F072134156124E7@NDA-HCLT-MBS02.hclt.corp.hcl.in>

Hi Meena,

On Thu, Mar 27, 2014 at 06:58:53AM +0000, Meenakumari Shedole wrote:
> Hi All,
> 
> We are having some problem regarding gstreamer Vaapi Plugin would like to
> discuss.
> 
> We are using gstreamer0.10.36 for our 1080p mp4 playback and we have used
> following gstraemer pipeline.
> filesrc-> decodebin->queue->ffmpegcolorspace->xvimagesink
> 
> Here we are facing lot of buffer drop and video is displaying like slow motion
> so, we think that may be xvimagesink is not using the video acceleration
> provided by Intel, hence we moved to vaapivideosink. However we found the
> following error while using vaapivideosink
> 
> libva: VA-API version 0.32.0
> libva: va_getDriverName() returns 0
> libva: Trying to open /usr/lib/dri/i965_drv_video.so
> libva: va_openDriver() returns -1
> vaInitialize failed with error code -1 (unknown libva error),exit
> 
> Even the same error we are getting while doing 'vainfo' also.
> 
> We have gone through some INTERNET search, but did't find useful informations.
> 
> Basically we have 2 quires
> 1. Is it possible to play 1080p mp4 playback with software decoders smoothly ?
> How we will fix buffer drop issue ?
> 2. How we will use vaapi sink in other case (solving the va_openDriver()
> error)? Do we need to rebuild some other vaapi versions to make it work ?
I'm far from an expert in gstreamer but I used it once in a while to
test intel video driver upgrades. Here's the pipeline I use:

gst-launch filesrc location=./sintel_trailer-720p.mp4  ! qtdemux name=demuxer demuxer.video_00 ! vaapidecode ! vaapisink fullscreen=true

I don't remember where I got this pipeline from but... maybe it works
for you too.

Perhaps others can give you a more in-depth explanation.

laurentiu

> 
> 
> Our platform information:
> a. Intel-E3800 Baytrail
> b. Yocto Dora build
> c. Base Kernel Linux Baytrail32 3.8.0-yocto standard
> 
> Thanks in advance.
> 
> Thanks & Regards,
> Meena
> 
> 
> 
> 
> 
> ::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.
> 
> ----------------------------------------------------------------------------------------------------------------------------------------------------
> 

> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



  reply	other threads:[~2014-03-27  7:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-27  6:58 Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback Meenakumari Shedole
2014-03-27  7:21 ` Laurentiu Palcu [this message]
2014-03-27 13:45 ` Burton, Ross
  -- strict thread matches above, loose matches on Subject: below --
2014-03-28  6:05 Meenakumari Shedole
2014-03-28 11:12 ` Burton, Ross
2014-04-01  9:05   ` Meenakumari Shedole
2014-04-02 10:49     ` Burton, Ross
2014-04-02 13:43       ` Dipesh Karmakar
2014-04-03  6:59         ` Meenakumari Shedole
2014-04-03 14:41           ` Burton, Ross
2014-04-01 12:40   ` Meenakumari Shedole
2014-04-02  6:32   ` Meenakumari Shedole
2014-04-03 14:52     ` Beauchesne, Gwenole
2014-04-04 10:49       ` Meenakumari Shedole
2014-04-10  8:14         ` Meenakumari Shedole
2014-04-11  7:54       ` Meenakumari Shedole
2014-04-15  4:46         ` Meenakumari Shedole

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140327072128.GI32501@lpalcu-linux \
    --to=laurentiu.palcu@intel.com \
    --cc=meenakumari.s@hcl.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.