summaryrefslogtreecommitdiff
path: root/gst/gsturi.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-06-20 11:32:14 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-06-20 11:32:14 +0000
commit5910c2f938e32978086475897b1213293d652112 (patch)
tree97f41b89ea882dcc58a4862157cfe8cac3afa7d8 /gst/gsturi.c
parentf6979cd605f4f2747e528c26268a186d8b2b1b36 (diff)
downloadgstreamer-5910c2f938e32978086475897b1213293d652112.tar.gz
gst/gsturi.c: Fix potential endless loop.
Original commit message from CVS: * gst/gsturi.c: (gst_element_make_from_uri): Fix potential endless loop.
Diffstat (limited to 'gst/gsturi.c')
-rw-r--r--gst/gsturi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gsturi.c b/gst/gsturi.c
index fce5e454dc..6d75f3776e 100644
--- a/gst/gsturi.c
+++ b/gst/gsturi.c
@@ -488,6 +488,7 @@ gst_element_make_from_uri (const GstURIType type, const gchar * uri,
gst_object_unref (GST_OBJECT (ret));
ret = NULL;
}
+ walk = walk->next;
}
g_list_free (possibilities);