gstreamer/gst-libs/gst
Gwenole Beauchesne 2305b0db46 decoder: allow frames to be dropped.
If the decoder was not able to decode a frame because insufficient
information was available, e.g. missing sequence or picture header,
then allow the frame to be gracefully dropped without generating
any error.

It is also possible that a frame is not meant to be displayed but
only used as a reference, so dropping that frame is also a valid
operation since GstVideoDecoder base class has extra references to
that GstVideoCodecFrame that needs to be released.
2013-01-30 16:38:48 +01:00
..
codecparsers libs: fix build of submodule wrappers. 2013-01-11 14:16:16 +01:00
vaapi decoder: allow frames to be dropped. 2013-01-30 16:38:48 +01:00
video libs: fix build of submodule wrappers. 2013-01-11 14:16:16 +01:00
Makefile.am Add videoutils submodule for GstVideoDecoder APIs. 2012-12-21 16:01:16 +01:00