Re: [Libva] gstvaapidecode: 'play through errors?'

2016-02-11 Thread Ben White
> > > > Question: Is there a way to instruct vaapidecode to keep trying if it > hits > > a stream error instead of bailing immediately? > > I guess the only way is to change the code of vaapidecode to drop frames > rather than fail. We should check the heuristics of how many frames dropped > before

[Libva] gstvaapidecode: 'play through errors?'

2016-02-09 Thread Ben White
Hi I have a number of h.264 file which are being RTP broadcast by a VLC server. We use this for testing RTSP clients. I am using a GST pipeline as follows: rtspsrc location= ! rtph264depay ! vaapiparse_h264 ! vaapidecode ! autovideosink For some of the files broadcast by the server this works f