tests/pipeline/flac: Fix build on macosx 10.5

This commit is contained in:
Edward Hervey 2009-10-13 18:33:34 +02:00
parent daa6d8f206
commit f81575cf26

View file

@ -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) {