gstreamer/gst/liveadder
Guillaume Marquebielle 30d58f4688 liveadder: fix assertion when copying buffer region
In gst_live_adder_chain() function, calls to gst_buffer_copy_region() can lead
to assertion as 'offset + size <= bufsize' is not respected.
Indeed 'offset' and 'size' parameters are calculated through calling gst_live_adder_length_from_duration(),
and thus gst_util_uint64_scale_int_round().
Depending on the nearest integers, rounded values 'offset' and 'size' can then trigger the assertion.
This case mainly occurs when 'skip' value is > 0 in chain function process.

https://bugzilla.gnome.org/show_bug.cgi?id=753759
2015-08-18 16:37:09 -04:00
..
liveadder.c liveadder: fix assertion when copying buffer region 2015-08-18 16:37:09 -04:00
liveadder.h liveadder: don't use deprecated GLib threading API 2013-02-11 12:01:19 +00:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00