mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +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.
|
* The audiomixer object structure.
|
||||||
*/
|
*/
|
||||||
struct _GstAudioMixer {
|
struct _GstAudioMixer {
|
||||||
GstAggregator element;
|
GstAggregator aggregator;
|
||||||
|
|
||||||
/* the next are valid for both int and float */
|
/* the next are valid for both int and float */
|
||||||
GstAudioInfo info;
|
GstAudioInfo info;
|
||||||
|
@ -69,8 +69,6 @@ struct _GstAudioMixer {
|
||||||
GstClockTime alignment_threshold;
|
GstClockTime alignment_threshold;
|
||||||
GstClockTime discont_wait;
|
GstClockTime discont_wait;
|
||||||
|
|
||||||
gint64 base_time;
|
|
||||||
|
|
||||||
/* Duration of every output buffer */
|
/* Duration of every output buffer */
|
||||||
GstClockTime output_buffer_duration;
|
GstClockTime output_buffer_duration;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue