mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
audiomixer: remove now-unused base_time field in object structure
This commit is contained in:
parent
e54829aa4f
commit
68515c4439
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue