mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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
|
||||
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…
Reference in a new issue