summaryrefslogtreecommitdiffstats
path: root/examples/gstplay
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-10-26 05:13:22 +0000
committerDavid Schleef <ds@schleef.org>2004-10-26 05:13:22 +0000
commit395a514e6f1d24e022fc6f320a82b97dd99f29bc (patch)
treeacabe2a2e0e5e009f03a6e149d89a51f90508ea9 /examples/gstplay
parentb01e4b9b236a78d8d1acf81f768d9243671779ef (diff)
downloadgst-plugins-bad-395a514e6f1d24e022fc6f320a82b97dd99f29bc.tar.gz
gst-plugins-bad-395a514e6f1d24e022fc6f320a82b97dd99f29bc.tar.bz2
gst-plugins-bad-395a514e6f1d24e022fc6f320a82b97dd99f29bc.zip
examples/:
Original commit message from CVS: * examples/gstplay/player.c: (got_stream_length), (main): * examples/seeking/cdplayer.c: (update_scale): * examples/seeking/seek.c: (format_value), (update_scale): * examples/seeking/spider_seek.c: (format_value), (update_scale), (stop_seek):
Diffstat (limited to 'examples/gstplay')
-rw-r--r--examples/gstplay/player.c2
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;
}