mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
gstreamer: Negotiate the encoder immediately after setting the format
This commit is contained in:
parent
d9efa54783
commit
30e0c1e4fd
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ gst_svtav1enc_set_format (GstVideoEncoder * encoder,
|
||||||
GST_DEBUG_OBJECT (svtav1enc, "output caps: %" GST_PTR_FORMAT,
|
GST_DEBUG_OBJECT (svtav1enc, "output caps: %" GST_PTR_FORMAT,
|
||||||
svtav1enc->state->caps);
|
svtav1enc->state->caps);
|
||||||
|
|
||||||
return TRUE;
|
return gst_video_encoder_negotiate (encoder);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstFlowReturn
|
static GstFlowReturn
|
||||||
|
|
Loading…
Reference in a new issue