audiomixer: remove now-unused base_time field in object structure

This commit is contained in:
Tim-Philipp Müller 2015-02-05 15:57:59 +00:00
parent e54829aa4f
commit 68515c4439

View file

@ -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;
};