h264parse: Fix splitting of multiple NALU per buffer
authorSebastian Dröge <sebastian@centricular.com>
Thu, 28 Nov 2013 14:10:16 +0000 (15:10 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 28 Nov 2013 14:10:16 +0000 (15:10 +0100)
commit1b747bfecb6d36854aa19fbc6293676cc5eef390
tree9a01fd035936e1ae4944a943fae821fb56db2ea7
parentc4fbff50dfa99e0f725a8690b0d0ff8509300a95
h264parse: Fix splitting of multiple NALU per buffer

Conversion to byte-stream/nal crashes without that because the
baseparse frame of all NALUs is finished for the first NALU, then
used again for parsing the second NALU. Just that now the buffer
of the frame is already gone. Instead we create temporary frames
for every NALU.
gst/videoparsers/gsth264parse.c