mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
avimux: reset some more audio pad data when needed
This commit is contained in:
parent
3ea338ce27
commit
829cec51c7
1 changed files with 4 additions and 0 deletions
|
@ -310,6 +310,10 @@ gst_avi_mux_pad_reset (GstAviPad * avipad, gboolean free)
|
||||||
}
|
}
|
||||||
|
|
||||||
memset (&(audpad->auds), 0, sizeof (gst_riff_strf_auds));
|
memset (&(audpad->auds), 0, sizeof (gst_riff_strf_auds));
|
||||||
|
|
||||||
|
audpad->audio_size = 0;
|
||||||
|
audpad->audio_time = 0;
|
||||||
|
audpad->max_audio_chunk = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue