diff options
Diffstat (limited to 'examples/gstplay/player.c')
-rw-r--r-- | examples/gstplay/player.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gstplay/player.c b/examples/gstplay/player.c index ca76978e..7a018fe0 100644 --- a/examples/gstplay/player.c +++ b/examples/gstplay/player.c @@ -66,7 +66,7 @@ got_time_tick (GstPlay * play, gint64 time_nanos) static void got_stream_length (GstPlay * play, gint64 length_nanos) { - g_print ("got length %llu\n", length_nanos); + g_print ("got length %" G_GUINT64_FORMAT "\n", length_nanos); length = length_nanos; } |