mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
videodecoder: don't set the list to NULL after taking its address
This commit is contained in:
parent
341d67ea94
commit
6f233f67ef
1 changed files with 0 additions and 1 deletions
|
@ -3021,7 +3021,6 @@ gst_video_decoder_negotiate_default (GstVideoDecoder * decoder)
|
||||||
|
|
||||||
if (frame) {
|
if (frame) {
|
||||||
events = &frame->events;
|
events = &frame->events;
|
||||||
frame->events = NULL;
|
|
||||||
} else {
|
} else {
|
||||||
events = &decoder->priv->current_frame_events;
|
events = &decoder->priv->current_frame_events;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue