mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
baseparse: Fix handling of queued frames
gst_base_parse_push_frame() already frees the frame, no need to do it another time again.
This commit is contained in:
parent
d42923b014
commit
1eb73339b9
1 changed files with 0 additions and 1 deletions
|
@ -1717,7 +1717,6 @@ gst_base_parse_handle_and_push_frame (GstBaseParse * parse,
|
|||
gst_buffer_set_caps (queued_frame->buffer,
|
||||
GST_PAD_CAPS (GST_BASE_PARSE_SRC_PAD (parse)));
|
||||
gst_base_parse_push_frame (parse, queued_frame);
|
||||
gst_base_parse_frame_free (queued_frame);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue