From 0531eebf514a0adbbadbf9e27c1fbdf5eccf06e7 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 1 Sep 2021 17:24:45 -0400 Subject: [PATCH] wpe: Mark first buffer as starting at 0 Part-of: --- ext/wpe/gstwpesrcbin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/wpe/gstwpesrcbin.cpp b/ext/wpe/gstwpesrcbin.cpp index 6a683d2e82..78afbaf4bd 100644 --- a/ext/wpe/gstwpesrcbin.cpp +++ b/ext/wpe/gstwpesrcbin.cpp @@ -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 *