mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
tests/pipeline/flac: Fix build on macosx 10.5
This commit is contained in:
parent
daa6d8f206
commit
f81575cf26
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue