gstreamer/gst-libs/gst/video
Jan Schmidt 6dabd46a2d videoaggregator: Catch errors, and allow sub-class to return NULL from get_output_buffer()
A return value of GST_FLOW_OK with a NULL buffer from get_output_buffer()
means the sub-class doesn't want to produce an output buffer, so
skip it.

If gst_videoaggregator_do_aggregate() generates an error, make sure
to propagate it - don't just ignore and discard the error by
over-writing it with the gst_pad_push() result.
2015-05-30 01:33:49 +10:00
..
.gitignore gitignore: ignore more files 2015-01-12 22:52:36 +01:00
gstvideoaggregator.c videoaggregator: Catch errors, and allow sub-class to return NULL from get_output_buffer() 2015-05-30 01:33:49 +10:00
gstvideoaggregator.h aggregator: make padding larger 2014-12-28 01:13:33 +00:00
gstvideoaggregatorpad.h videoaggregator: Document why buffer_vinfo is needed 2015-03-24 14:54:33 +01:00
Makefile.am video: fix build in gst-uninstalled setup 2014-09-28 18:03:09 +02:00