mpeg2: implement {start,end}_frame() hooks.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 27 Dec 2012 14:18:55 +0000 (15:18 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 3 Jan 2013 08:08:19 +0000 (09:08 +0100)
commit748a8dbdc6335814c4900b6ecd5da67eb169ba26
treeef22a428e42baeb6b12f87007e452e73ce696d18
parent4a39efa9f672af85971de865e24eff39f01527fb
mpeg2: implement {start,end}_frame() hooks.

Implement GstVaapiDecoder.start_frame() and end_frame() semantics so
that to create new VA context earlier and submit VA pictures to the
HW for decoding as soon as possible. i.e. don't wait for the next
frame to start decoding the previous one.
gst-libs/gst/vaapi/gstvaapidecoder_mpeg2.c