tests/pipeline/flac: Fix build on macosx 10.5
This commit is contained in:
parent
daa6d8f206
commit
f81575cf26
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user