tests: mpegtsmux: add test for keyframe/delta flag propagation
authorTim-Philipp Müller <tim@centricular.com>
Sun, 15 Mar 2015 15:54:01 +0000 (15:54 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 15 Mar 2015 15:54:01 +0000 (15:54 +0000)
commitec6e93d45fc04953489b00857656f779289d610b
tree869ce297dc455c32d0a5a4b6087a22c5c9d257ac
parente9fb5509ac374e028bef395162b61e3cc38963c6
tests: mpegtsmux: add test for keyframe/delta flag propagation

The first output MPEG-TS packet that corresponds to a video input
buffer which had the delta flag cleared (i.e. was a keyframe)
should have the delta flag cleared as well.

This is needed e.g. by tcpserversink in order to keep track
of the last keyframe and be able to burst data to newly-
connected clients.

https://bugzilla.gnome.org/show_bug.cgi?id=706872
tests/check/elements/mpegtsmux.c