gstreamer/gst/audiomixer
Sebastian Dröge 6d6c693254 audiomixer: Remove weird and wrong segment handling
There's no reason why audiomixer should override the segment
base of upstream with whatever value it got from a SEEK event,
or even worse... with 0 if there was no SEEK event yet. This
broke synchronization if upstream provided a segment base other
than 0, e.g. when using pad offsets.
Also that this code did things conditional on the element's state
should've been a big warning already that something is just wrong.
If this breaks anything else now, let's fix it properly :)

Also don't do fancy segment position trickery when receiving a
segment event. It's just not correct.
2015-02-05 16:02:54 +01:00
..
gstaudiomixer.c audiomixer: Remove weird and wrong segment handling 2015-02-05 16:02:54 +01:00
gstaudiomixer.h audiomixer: Change blocksize property to output-buffer-duration in time format 2014-12-23 11:45:50 +01:00
gstaudiomixerorc-dist.c Release 1.3.1 2014-05-03 19:57:57 +02:00
gstaudiomixerorc-dist.h audiomixer: Add new element based on adder that does synchronized audio mixing 2013-11-06 15:35:38 +01:00
gstaudiomixerorc.orc audiomixer: Add new element based on adder that does synchronized audio mixing 2013-11-06 15:35:38 +01:00
Makefile.am audiomixer: fix build flag order 2014-12-21 07:47:25 -05:00