mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
vtdec: Fix deadlock when negotiating format change
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6811>
This commit is contained in:
parent
da35ed6916
commit
19bc0da824
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ gst_vtdec_set_format (GstVideoDecoder * decoder, GstVideoCodecState * state)
|
||||||
gst_video_codec_state_unref (vtdec->input_state);
|
gst_video_codec_state_unref (vtdec->input_state);
|
||||||
vtdec->input_state = gst_video_codec_state_ref (state);
|
vtdec->input_state = gst_video_codec_state_ref (state);
|
||||||
|
|
||||||
return gst_video_decoder_negotiate (decoder);
|
return gst_vtdec_negotiate (decoder);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
Loading…
Reference in a new issue