mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 05:16:36 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue