gstreamer/gst
Guillaume Desmottes 2c0a4d20d4 decodebin3: fix collection refcounting
My collection leak fix 83f30627cd
introduced a crash in this scenario: audiotestsrc ! decodebin3 ! fakesink

The reference handling of collection in decodebin3 wasn't very clear and
my attempt to fix the leak introduced a regression where we went one
reference short in some other scenarios.

Fixing this by:
- Giving a strong reference to DecodebinInput making things clearer
- Fixing get_merged_collection() which was sometimes returning an
  existing reference and sometimes a new one.

https://bugzilla.gnome.org/show_bug.cgi?id=769080
2016-07-25 09:02:53 +02:00
..
adder base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
app Remove obsolete Android build cruft 2015-04-26 18:42:34 +01:00
audioconvert audioconvert: Handle fallback channel mask for mono correctly 2016-06-29 18:14:51 +02:00
audiorate base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
audioresample audioresample: after a reset, recalculate the ouput size 2016-07-19 18:20:57 +02:00
audiotestsrc base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
encoding smartencoder: Only accept TIME segments for real 2016-04-25 17:17:00 +03:00
gio base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
playback decodebin3: fix collection refcounting 2016-07-25 09:02:53 +02:00
subparse subparse: fix some leaks 2016-07-19 13:26:06 +01:00
tcp multihandlesink: Warn if trying to change the state from the streaming thread 2016-05-05 13:17:53 +03:00
typefind typefind: Add a typefinder for WebVTT files 2016-03-25 00:58:41 +11:00
videoconvert base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
videorate videorate: Don't fill up the segment with duplicate buffers if drop_only==TRUE 2016-04-03 11:40:50 +03:00
videoscale Fix use of undeclared core debug category symbols 2016-02-20 11:31:43 +00:00
videotestsrc base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
volume win32: remove outdated build cruft 2016-02-20 10:05:17 +00:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00