mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
parent
87dbd558cc
commit
d6784c238b
1 changed files with 1 additions and 0 deletions
|
@ -519,6 +519,7 @@ _gst_libde265_image_available (GstVideoDecoder * decoder, int width, int height)
|
|||
}
|
||||
if (!gst_video_decoder_negotiate (decoder)) {
|
||||
GST_ERROR_OBJECT (dec, "Failed to negotiate format");
|
||||
gst_video_codec_state_unref (state);
|
||||
return GST_FLOW_ERROR;
|
||||
}
|
||||
if (dec->output_state != NULL) {
|
||||
|
|
Loading…
Reference in a new issue