gstreamer/gst-libs
Gwenole Beauchesne f040f4f8b4 decoder: output decoded frames only once.
Make sure to output the decoded picture, and push the associated
GstVideoCodecFrame, only once. The frame fully represents what needs
to be output, included for interlaced streams. Otherwise, the base
GstVideoDecoder class would release the frame twice.

Anyway, the general process is to output decoded frames only when
they are complete. By complete, we mean a full frame was decoded or
both fields of a frame were decoded.
2014-06-30 19:13:25 +02:00
..
gst decoder: output decoded frames only once. 2014-06-30 19:13:25 +02:00
Makefile.am Initial import of the gstreamer-vaapi hierarchy. 2010-01-12 15:51:39 +00:00