mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
videodecoder: Remove dead assignment
structure is never used afterwards
This commit is contained in:
parent
66ad2c3d40
commit
3519b39131
1 changed files with 0 additions and 1 deletions
|
@ -1067,7 +1067,6 @@ gst_video_decoder_negotiate_default_caps (GstVideoDecoder * decoder)
|
|||
1, 1, NULL);
|
||||
}
|
||||
caps = gst_caps_fixate (caps);
|
||||
structure = gst_caps_get_structure (caps, 0);
|
||||
|
||||
if (!caps || !gst_video_info_from_caps (&info, caps))
|
||||
goto caps_error;
|
||||
|
|
Loading…
Reference in a new issue