From 1805273cc588d06da495df0dcd7e81bd32e87ab9 Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Tue, 15 May 2012 16:09:05 +0300 Subject: [PATCH] xvimagesink: remove unused assignment https://bugzilla.gnome.org/show_bug.cgi?id=676344 --- sys/xvimage/xvimagesink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/xvimage/xvimagesink.c b/sys/xvimage/xvimagesink.c index a8fd9ea..7fb457f 100644 --- a/sys/xvimage/xvimagesink.c +++ b/sys/xvimage/xvimagesink.c @@ -1562,8 +1562,6 @@ gst_xvimagesink_setcaps (GstBaseSink * bsink, GstCaps * caps) if (!gst_video_info_from_caps (&info, caps)) goto invalid_format; - structure = gst_caps_get_structure (caps, 0); - xvimagesink->fps_n = info.fps_n; xvimagesink->fps_d = info.fps_d; -- 2.7.4