mxfdemux: Add keyframe detection for MPEG2 video streams
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 6 Feb 2009 08:53:13 +0000 (09:53 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 6 Feb 2009 08:53:13 +0000 (09:53 +0100)
commit6208795598029c4e902c923434100e91d3ce2398
tree2102e4cde4a92a8f43ed896eeead4aa7cc92af15
parentc9f6a8b58664319d7db5f90166012c55c92a3191
mxfdemux: Add keyframe detection for MPEG2 video streams

This is useful for seeking as we usually want to seek to the previous
keyframe. The keyframe detection is done by parsing the MPEG2
elementary stream and if a GOP or I-frame packet is found we
assume a keyframe in this edit unit.
gst/mxf/mxfd10.c
gst/mxf/mxfmpeg.c
gst/mxf/mxfmpeg.h