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
@ -108,7 +108,7 @@ static void
|
|||||||
gst_wpe_audio_pad_init (GstWpeAudioPad * pad)
|
gst_wpe_audio_pad_init (GstWpeAudioPad * pad)
|
||||||
{
|
{
|
||||||
gst_audio_info_init (&pad->info);
|
gst_audio_info_init (&pad->info);
|
||||||
pad->discont_pending = FALSE;
|
pad->discont_pending = TRUE;
|
||||||
pad->buffer_time = 0;
|
pad->buffer_time = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user