gstreamer/gst-libs/gst/base
Olivier Crete 880dcd8039 aggregator: Use src_lock to protect latency related members
One has to use the src_lock anyway to protect the min/max/live so they
can be notified atomically to the src thread to wake it up on changes,
such as property changes. So no point in having a second lock.

Also, the object lock was being held across a call to
GST_ELEMENT_WARNING, guaranteeing a deadlock.
2015-02-19 21:22:53 -05:00
..
gstaggregator.c aggregator: Use src_lock to protect latency related members 2015-02-19 21:22:53 -05:00
gstaggregator.h aggregator: add gst_aggregator_pad_drop_buffer() 2015-02-13 16:25:45 +00:00
Makefile.am libs: Don't install headers and pc files for libgstwayland/badvideo/badbase 2014-07-11 09:33:57 +02:00