diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y index acac2019e1..e428a71e68 100644 --- a/gst/parse/grammar.y +++ b/gst/parse/grammar.y @@ -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) {