From 68515c44399f6092f511bffe23e0fc7e17156116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 5 Feb 2015 15:57:59 +0000 Subject: [PATCH] audiomixer: remove now-unused base_time field in object structure --- gst/audiomixer/gstaudiomixer.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gst/audiomixer/gstaudiomixer.h b/gst/audiomixer/gstaudiomixer.h index f626d78c9b..9e14582951 100644 --- a/gst/audiomixer/gstaudiomixer.h +++ b/gst/audiomixer/gstaudiomixer.h @@ -49,7 +49,7 @@ typedef struct _GstAudioMixerPadClass GstAudioMixerPadClass; * The audiomixer object structure. */ struct _GstAudioMixer { - GstAggregator element; + GstAggregator aggregator; /* the next are valid for both int and float */ GstAudioInfo info; @@ -69,8 +69,6 @@ struct _GstAudioMixer { GstClockTime alignment_threshold; GstClockTime discont_wait; - gint64 base_time; - /* Duration of every output buffer */ GstClockTime output_buffer_duration; };