mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
videoenc: fix compiler warning
This commit is contained in:
parent
65d306e1f7
commit
3f6e6053c6
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ gst_base_video_encoder_sink_setcaps (GstBaseVideoEncoder * base_video_encoder,
|
|||
GstBaseVideoCodec *codec = GST_BASE_VIDEO_CODEC (base_video_encoder);
|
||||
GstVideoInfo *info, tmp_info;
|
||||
GstVideoState *state, tmp_state;
|
||||
gboolean ret;
|
||||
gboolean ret = FALSE;
|
||||
gboolean changed = TRUE;
|
||||
|
||||
GST_DEBUG_OBJECT (base_video_encoder, "setcaps %" GST_PTR_FORMAT, caps);
|
||||
|
|
Loading…
Reference in a new issue