mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
warning: unused variable 'templist'
Original commit message from CVS: warning: unused variable 'templist'
This commit is contained in:
parent
fb0e821074
commit
05d1d0cfd2
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue