mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
gstreamer: Don't set bogus LIVE flag on output buffers
This commit is contained in:
parent
85b9c8e103
commit
5f03d9c4d1
1 changed files with 0 additions and 1 deletions
|
@ -661,7 +661,6 @@ gst_svtav1enc_dequeue_encoded_frames (GstSvtAv1Enc * svtav1enc,
|
|||
gst_video_codec_frame_unref (frame);
|
||||
return ret;
|
||||
}
|
||||
GST_BUFFER_FLAG_SET(frame->output_buffer, GST_BUFFER_FLAG_LIVE);
|
||||
gst_buffer_fill (frame->output_buffer, 0,
|
||||
output_buf->p_buffer, output_buf->n_filled_len);
|
||||
|
||||
|
|
Loading…
Reference in a new issue