xvimagesink: remove unused assignment

https://bugzilla.gnome.org/show_bug.cgi?id=676344
This commit is contained in:
Sreerenj Balachandran 2012-05-15 16:09:05 +03:00 committed by Tim-Philipp Müller
parent d172962082
commit 1805273cc5

View file

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