audiomixer: remove now-unused base_time field in object structure
This commit is contained in:
parent
a5002ea59d
commit
dc2c4840f9
@ -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…
x
Reference in New Issue
Block a user