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:
Thibault Saunier 2021-09-01 17:24:45 -04:00 committed by GStreamer Marge Bot
parent f2fa75accb
commit 0531eebf51

View file

@ -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 *