h264: add decode_nalu() helper function.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 10 Oct 2012 08:35:20 +0000 (10:35 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 10 Oct 2012 08:35:20 +0000 (10:35 +0200)
commit3f430b32a4b5415d70744295432e8a3ba0e3d6a6
tree928faec2783b4954b3bdff5b9a35a3a4b302bfcb
parent6f2e885f11c0986cdbdbd114c37c6765c7e8bbd9
h264: add decode_nalu() helper function.

Split decode_buffer() into the core infrastructure that determines
the NAL units contained in the adapter and the actual function that
decodes the NAL unit.
gst-libs/gst/vaapi/gstvaapidecoder_h264.c