wayland: Remove dead assignment
We set it just after variable declaration CID #1197709
This commit is contained in:
parent
e5d96d052b
commit
6a2e39eefa
@ -387,7 +387,7 @@ gst_wayland_sink_format_from_caps (uint32_t * wl_format, GstCaps * caps)
|
||||
static gboolean
|
||||
gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
|
||||
{
|
||||
GstWaylandSink *sink = GST_WAYLAND_SINK (bsink);
|
||||
GstWaylandSink *sink;
|
||||
GstBufferPool *newpool, *oldpool;
|
||||
GstVideoInfo info;
|
||||
GstStructure *structure;
|
||||
|
Loading…
x
Reference in New Issue
Block a user