gstreamer/gst-libs/gst/base
Thibault Saunier 1a07467d5f aggregator: Make the PAD_LOCK private
Instead of using the GST_OBJECT_LOCK we should have
a dedicated mutex for the pad as it is also associated
with the mutex on the EVENT_MUTEX on which we wait
in the _chain function of the pad.

The GstAggregatorPad.segment is still protected with the
GST_OBJECT_LOCK.

Remove the gst_aggregator_pad_peak_unlocked method as it does not make
sense anymore with a private lock.

https://bugzilla.gnome.org/show_bug.cgi?id=742684
2015-01-29 10:24:18 +01:00
..
gstaggregator.c aggregator: Make the PAD_LOCK private 2015-01-29 10:24:18 +01:00
gstaggregator.h aggregator: Make the PAD_LOCK private 2015-01-29 10:24:18 +01:00
Makefile.am libs: Don't install headers and pc files for libgstwayland/badvideo/badbase 2014-07-11 09:33:57 +02:00