mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
wpe: Mark first audio buffer as discont
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1492>
This commit is contained in:
parent
a14e36fde4
commit
fe16900dff
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ static void
|
|||
gst_wpe_audio_pad_init (GstWpeAudioPad * pad)
|
||||
{
|
||||
gst_audio_info_init (&pad->info);
|
||||
pad->discont_pending = FALSE;
|
||||
pad->discont_pending = TRUE;
|
||||
pad->buffer_time = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue