mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
xvimagesink: remove unused assignment
https://bugzilla.gnome.org/show_bug.cgi?id=676344
This commit is contained in:
parent
d172962082
commit
1805273cc5
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue