decoder: h264: retain SEI messages until the end of frame.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 25 Apr 2014 14:24:01 +0000 (16:24 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 25 Apr 2014 17:24:07 +0000 (19:24 +0200)
commita365dfd269ed79504a5c8b24a6807a793cd3944e
tree9b719fba654c38d08d6aee6297d15a0ff8bc1f5d
parentfa7f9cd08ca31b594a7c6eddb21601f7567b8d9b
decoder: h264: retain SEI messages until the end of frame.

Retain the SEI messages that were parsed from the access unit until we
have completely decoded the current frame. This is done so that we can
peek at that data whenever necessary during decoding. e.g. for exposing
3D stereoscopic information at a later stage.
gst-libs/gst/vaapi/gstvaapidecoder_h264.c