gstreamer/gst
Seungha Yang 6b5617c2a7 decodebin3: Fix crash caused by slot double freeing
Probe for MultiQueue source pad might receive EOS twice,
the first is fake-eos and the other is actual EOS.
And the slot can be freed with fake-eos/EOS if the slot has no input.

Since slot freeing is async, double free can be possible.
So, decodebin3 needs to remove the probe also with slot freeing.

https://bugzilla.gnome.org/show_bug.cgi?id=777530
2017-01-31 17:16:16 +01:00
..
adder meson: Fix build when orc is disabled 2016-11-14 17:26:02 -03:00
app Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00
audioconvert audioconvert: Relocate a NULL check before accessing converter 2017-01-02 17:56:36 +05:30
audiorate Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00
audioresample Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00
audiotestsrc audiotestsrc: Fix incorrect start of tick waveform 2016-12-23 16:51:07 +00:00
encoding encodebin: Fix stream_group_free when creating it went bad 2017-01-04 11:43:08 -03:00
gio Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00
pbtypes meson: Add pbtypes plugin 2016-11-02 11:03:42 +02:00
playback decodebin3: Fix crash caused by slot double freeing 2017-01-31 17:16:16 +01:00
subparse samiparse: Check that the string has a non-zero length before overwriting the last byte with '\0' 2017-01-20 08:03:33 +02:00
tcp multihandlesink: fix some property descriptions 2017-01-04 13:44:53 +00:00
typefind encoding-profile: Fix documentation and port to gtk markdown 2016-12-16 11:27:31 -03:00
videoconvert Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00
videorate videorate: fix LATENCY query 2017-01-24 01:04:53 +00:00
videoscale Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00
videotestsrc videotestsrc: Add options to make ball pattern based on system time, and invert each second. 2017-01-18 09:52:50 +11:00
volume meson: Fix build when orc is disabled 2016-11-14 17:26:02 -03:00
Makefile.am pbtypes: Add a stub plugin that owns the plugins-base dynamic types 2016-11-02 11:24:11 +11:00
meson.build meson: Add pbtypes plugin 2016-11-02 11:03:42 +02:00