mpegtbase: vmethod to notify when we're done processing input
authorEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 26 Jun 2012 16:51:21 +0000 (18:51 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 14 Aug 2012 17:05:37 +0000 (19:05 +0200)
commit558beab1b476b51a8b301a48eeb0f093f38492b8
tree88448a6e41cd5627b6ca7ec56c3ee3c9c77f85ff
parentfe5cf525e1de8320d1db679145ac7e2d48e7767a
mpegtbase: vmethod to notify when we're done processing input

This can be used to notify subclasses no more data is expected this
round.
tsparse will use it to push whole buffers (without copy) on the main
source pad.
It could also be used later to decide whether to push pending data
in order to reduce latency.
gst/mpegtsdemux/mpegtsbase.c
gst/mpegtsdemux/mpegtsbase.h