mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 01:54:17 +00:00
g_list_length is unsigned
Original commit message from CVS: g_list_length is unsigned
This commit is contained in:
parent
30da970283
commit
6a9e76ee20
1 changed files with 1 additions and 1 deletions
|
@ -1605,7 +1605,7 @@ gst_xml_registry_rebuild (GstRegistry *registry)
|
|||
{
|
||||
GList *walk = NULL, *plugins = NULL, *prune = NULL;
|
||||
GError *error = NULL;
|
||||
gint length;
|
||||
guint length;
|
||||
GstXMLRegistry *xmlregistry = GST_XML_REGISTRY (registry);
|
||||
|
||||
walk = registry->paths;
|
||||
|
|
Loading…
Reference in a new issue