videoenc: fix compiler warning

This commit is contained in:
Wim Taymans 2011-11-03 16:57:29 +01:00
parent 65d306e1f7
commit 3f6e6053c6

View file

@ -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);