mpeg2: avoid too many allocations of parser info objects.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 7 Jan 2013 14:24:51 +0000 (15:24 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 7 Jan 2013 15:12:42 +0000 (16:12 +0100)
commit6dd8eab023621951b7b57ecd3d4b3ef84f6656cb
treeb4ab6768cf83b3151c5db7407e4e2083e2a83e7d
parent8c403c2d98310aec59893f41c4c966dc4b176e2f
mpeg2: avoid too many allocations of parser info objects.

Move parsing back to decoding step, but keep functions separate for now.
This is needed for future optimizations that may introduce some meta data
for parsed info attached to codec frames.
gst-libs/gst/vaapi/gstvaapidecoder_mpeg2.c