mpegvideoparse: do not clip the frame
If the current buffer is delta unit such as P or B frame, the buffer should not be clipped and need to let the decoder handle the segment boundary situation. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2070>
This commit is contained in:
parent
cdce27d975
commit
b0a9ba4ccf
@ -999,9 +999,6 @@ gst_mpegv_parse_pre_push_frame (GstBaseParse * parse, GstBaseParseFrame * frame)
|
||||
mpvparse->send_codec_tag = FALSE;
|
||||
}
|
||||
|
||||
/* usual clipping applies */
|
||||
frame->flags |= GST_BASE_PARSE_FRAME_FLAG_CLIP;
|
||||
|
||||
if (mpvparse->send_mpeg_meta) {
|
||||
GstBuffer *buf;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user