gstreamer/gst-libs/gst/video
Thibault Saunier 3637296ee9 videoaggregator: Do not to release VIDEO_AGGREGATOR_LOCK while setting format info
We should be able to always keep the VIDEO_AGGREGATOR_LOCK while
negotiating caps, this patch introduce that change.

That also implies that we do not need the SETCAPS_LOCK anymore because
now VIDEO_AGGREGATOR_LOCK guarantees that setcaps is not called from
several threads and the gst_aggregator_set_caps method is now
protected.

https://bugzilla.gnome.org/show_bug.cgi?id=735042
2014-10-03 13:18:05 +02:00
..
gstvideoaggregator.c videoaggregator: Do not to release VIDEO_AGGREGATOR_LOCK while setting format info 2014-10-03 13:18:05 +02:00
gstvideoaggregator.h libs:video: Properly declare APIs as UNSTABLE 2014-06-21 17:02:50 +02:00
gstvideoaggregatorpad.h libs: videoaggregato: Do not import videoconvert.h in gstvideoaggregatorpad.h 2014-06-20 22:14:25 +02:00
Makefile.am video: fix build in gst-uninstalled setup 2014-09-28 18:03:09 +02:00