mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue