diff --git a/subprojects/gst-plugins-good/ext/flac/gstflacenc.c b/subprojects/gst-plugins-good/ext/flac/gstflacenc.c index ce91231624..266c69fc83 100644 --- a/subprojects/gst-plugins-good/ext/flac/gstflacenc.c +++ b/subprojects/gst-plugins-good/ext/flac/gstflacenc.c @@ -484,7 +484,7 @@ static gboolean add_cuesheet (const GstToc * toc, guint sample_rate, FLAC__StreamMetadata * cuesheet) { - gint8 track_num = 0; + guint8 track_num = 0; gint64 start, stop; gchar *isrc = NULL; const gchar *is_legal;