wayland: Remove dead assignment

We set it just after variable declaration

CID #1197709
This commit is contained in:
Edward Hervey 2014-04-14 07:56:16 +02:00
parent e5d96d052b
commit 6a2e39eefa

View file

@ -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;