mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Change uint to guint
Original commit message from CVS: Change uint to guint
This commit is contained in:
parent
d2e2686411
commit
6b42d9aca7
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
|||
#define YYPARSE_PARAM graph
|
||||
|
||||
#ifdef __GST_PARSE_TRACE
|
||||
static uint __strings;
|
||||
static uint __links;
|
||||
static uint __chains;
|
||||
static guint __strings;
|
||||
static guint __links;
|
||||
static guint __chains;
|
||||
gchar *
|
||||
__gst_parse_strdup (gchar *org)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue