[Bug 796832] vaapih264dec: Does not always recover from data lost

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 25 12:21:25 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796832

--- Comment #17 from Matteo Valdina <matteo.valdina at gmail.com> ---
Another option, could be bubble up this configuration in the element property? 

As a first step, before a more robust GST_VIDEO_DECODER_ERROR handling.

Detecting if a stream is live or not could be confusing.

For example, if I have a network stream that contains some error.
I could have two different behavior if I pass the stream through an udpsrc
(rtpbin) or filesrc (pcapparse).

If you want to save the stream from the network and make further analysis/test
offline you could be able to do that. Because in the second case the decoder
will give up when for the first will continue the decoding.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list