diff --git a/gst/autoplug/gstspider.c b/gst/autoplug/gstspider.c index 9ffd567d39..ecc59c9b3f 100644 --- a/gst/autoplug/gstspider.c +++ b/gst/autoplug/gstspider.c @@ -613,7 +613,6 @@ gst_spider_plug_from_srcpad (GstSpiderConnection *conn, GstPad *srcpad) { GstElement *element; GList *plugpath; - GList *templist; gboolean result = TRUE; GstSpider *spider = (GstSpider *) GST_OBJECT_PARENT (conn->src); GstElement *startelement = conn->current;