mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
wayland: Remove dead assignment
We set it just after variable declaration CID #1197709
This commit is contained in:
parent
e5d96d052b
commit
6a2e39eefa
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ gst_wayland_sink_format_from_caps (uint32_t * wl_format, GstCaps * caps)
|
||||||
static gboolean
|
static gboolean
|
||||||
gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
|
gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
|
||||||
{
|
{
|
||||||
GstWaylandSink *sink = GST_WAYLAND_SINK (bsink);
|
GstWaylandSink *sink;
|
||||||
GstBufferPool *newpool, *oldpool;
|
GstBufferPool *newpool, *oldpool;
|
||||||
GstVideoInfo info;
|
GstVideoInfo info;
|
||||||
GstStructure *structure;
|
GstStructure *structure;
|
||||||
|
|
Loading…
Reference in a new issue