mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
test: fix compiler warning in aiffparse test on 32-bit x86
This commit is contained in:
parent
2e5b1d1cac
commit
1648c0ba6a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ static GMainLoop *loop = NULL;
|
|||
static gboolean have_eos = FALSE;
|
||||
static gboolean have_tags = FALSE;
|
||||
static gchar *data = NULL;
|
||||
static guint64 data_size = 0;
|
||||
static gsize data_size = 0;
|
||||
static guint64 data_read = 0;
|
||||
static guint64 data_offset = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue