summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-10-13 18:33:34 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-10-13 18:33:34 +0200
commitf81575cf2692e6b4fd7b39c6b6b1326e2c6267e5 (patch)
tree3851765f94b5c61daef37e43729f9f4099b84b3d
parentdaa6d8f206704f57427178f4f2202e6f1bc6381b (diff)
tests/pipeline/flac: Fix build on macosx 10.5
-rw-r--r--tests/check/pipelines/flacdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/pipelines/flacdec.c b/tests/check/pipelines/flacdec.c
index 8505533c..abf9a058 100644
--- a/tests/check/pipelines/flacdec.c
+++ b/tests/check/pipelines/flacdec.c
@@ -202,7 +202,7 @@ GST_START_TEST (test_decode_seek_partial)
do {
GST_DEBUG ("pulling buffer");
g_signal_emit_by_name (appsink, "pull-buffer", &buffer);
- GST_DEBUG ("pulled buffer %x", buffer);
+ GST_DEBUG ("pulled buffer %p", buffer);
if (buffer == NULL)
break;
if (first_sample == 0) {