gstreamer/gst-libs/gst/video
Nirbheek Chauhan b395c055eb videoaggregator: add "ignore-eos" property for input pads
When set, it causes videoaggregator to repeatedly aggregate the last buffer on
an EOS pad instead of skipping it and outputting silence. This is useful, for
instance, while playing back files seamless one after the other, to avoid
videoaggregator ever outputting silence (the checkerboard pattern).

It is to be noted that if all the pads on videoaggregator have this property set
on them, the mixer will never forward EOS downstream for obvious reasons. Hence,
at least one pad with 'ignore-eos' set to FALSE must send EOS to the mixer
before it will be forwarded downstream.

https://bugzilla.gnome.org/show_bug.cgi?id=748946
2015-06-12 19:44:50 +01:00
..
.gitignore gitignore: ignore more files 2015-01-12 22:52:36 +01:00
gstvideoaggregator.c videoaggregator: add "ignore-eos" property for input pads 2015-06-12 19:44:50 +01:00
gstvideoaggregator.h videoaggregator: Add class property to disable caps scaling 2015-05-30 01:33:49 +10:00
gstvideoaggregatorpad.h videoaggregator: add "ignore-eos" property for input pads 2015-06-12 19:44:50 +01:00
Makefile.am video: fix build in gst-uninstalled setup 2014-09-28 18:03:09 +02:00