wpe: Mark first buffer as starting at 0
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2504>
This commit is contained in:
parent
f2fa75accb
commit
0531eebf51
@ -107,7 +107,7 @@ gst_wpe_audio_pad_init (GstWpeAudioPad * pad)
|
||||
{
|
||||
gst_audio_info_init (&pad->info);
|
||||
pad->discont_pending = FALSE;
|
||||
pad->buffer_time = GST_CLOCK_TIME_NONE;
|
||||
pad->buffer_time = 0;
|
||||
}
|
||||
|
||||
static GstWpeAudioPad *
|
||||
|
Loading…
x
Reference in New Issue
Block a user