gstreamer/libs/gst/base
Nicolas Dufresne a1e69783e5 aggregator: Fix locking when using the clock
This fixes a race where we check if there is a clock, then it get
removed and we endup calling gst_clock_new_single_shot_id() with a NULL
pointer instead of a valid clock and also calling gst_object_unref()
with a NULL pointer later.

https://bugzilla.gnome.org/show_bug.cgi?id=757548
2017-12-02 15:10:26 +00:00
..
gstaggregator.c aggregator: Fix locking when using the clock 2017-12-02 15:10:26 +00:00
gstaggregator.h aggregator: Add create_new_pad() vfunc to allow subclasses to override the default behaviour 2017-12-02 15:10:26 +00:00