diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2015-10-05 00:55:36 +0100 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2015-10-11 11:04:38 +0100 |
commit | 305e5c7ac3c6cebc0280de25b9736bcf058f973a (patch) | |
tree | 2ff9149a2f20d833e24dab60435d1cbf3f778fe2 /configure.ac | |
parent | 657f1913c6c4b3b47424e33ef26d1b277792cd21 (diff) | |
download | gstreamer-plugins-bad-305e5c7ac3c6cebc0280de25b9736bcf058f973a.tar.gz |
liveadder: Remove plugin, replace by compat subclass of audiomixer
New subclass with a similar behaviour as the old liveadder, but
a slightly different API as the latency is in nanoseconds, not
milliseconds. Also, the new liveadder has a effective latency that
is latency + output-buffer-duration. In practice, just setting a non-zero
latency with the new audiomixer gives you the right behavior in 99% of the
cases.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0adb3b8a0..618f9c60c 100644 --- a/configure.ac +++ b/configure.ac @@ -466,7 +466,6 @@ AG_GST_CHECK_PLUGIN(ivtc) AG_GST_CHECK_PLUGIN(jp2kdecimator) AG_GST_CHECK_PLUGIN(jpegformat) AG_GST_CHECK_PLUGIN(librfb) -AG_GST_CHECK_PLUGIN(liveadder) AG_GST_CHECK_PLUGIN(midi) AG_GST_CHECK_PLUGIN(mpegdemux) AG_GST_CHECK_PLUGIN(mpegtsdemux) @@ -3412,7 +3411,6 @@ gst/ivtc/Makefile gst/jp2kdecimator/Makefile gst/jpegformat/Makefile gst/librfb/Makefile -gst/liveadder/Makefile gst/midi/Makefile gst/mpegdemux/Makefile gst/mpegtsdemux/Makefile |