msdk: dec: inform msdk if the buffer contains a complete frame
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Mon, 7 May 2018 22:11:34 +0000 (14:11 -0800)
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>
Mon, 7 May 2018 22:11:34 +0000 (14:11 -0800)
commita372c05f061324a2a1312d208bcf836d27dad9a8
treeac32fc45de4b81416d5c5e0f9f0e6a4e17cd2af2
parent978bcf8aa634e462ef7c5489b524ad77dd770597
msdk: dec: inform msdk if the buffer contains a complete frame

For packetized input, inform the msdk that the buffer has
a complete frame or complementary field pairs. For decoding,
this means that the decoder can proceed with this buffer without
waiting for the start of the next frame, which effectively reduces
decoding latency.

https://bugzilla.gnome.org/show_bug.cgi?id=795783
sys/msdk/gstmsdkdec.c