gstreamer/gst-libs/gst/video
Matthew Waters 8bf53a1226 aggregator: make the src pad task drive the pipeline for live pipelines
This removes the uses of GAsyncQueue and replaces it with explicit
GMutex, GCond and wakeup count which is used for the non-live case.

For live pipelines, the aggregator waits on the clock until either
data arrives on all sink pads or the expected output buffer time
arrives plus the timeout/latency at which time, the subclass
produces a buffer.

https://bugzilla.gnome.org/show_bug.cgi?id=741146
2014-12-16 16:58:57 +01:00
..
gstvideoaggregator.c aggregator: make the src pad task drive the pipeline for live pipelines 2014-12-16 16:58:57 +01:00
gstvideoaggregator.h videoaggregator: Expose vmethods to set converters and prepare/clean frames 2014-11-27 19:10:58 +01:00
gstvideoaggregatorpad.h videoaggregator: Hide some more fields from the API 2014-12-12 11:49:42 +01:00
Makefile.am video: fix build in gst-uninstalled setup 2014-09-28 18:03:09 +02:00