projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa6d8f
)
tests/pipeline/flac: Fix build on macosx 10.5
author
Edward Hervey
<bilboed@bilboed.com>
Tue, 13 Oct 2009 16:33:34 +0000
(18:33 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Tue, 13 Oct 2009 16:33:34 +0000
(18:33 +0200)
tests/check/pipelines/flacdec.c
patch
|
blob
|
history
diff --git
a/tests/check/pipelines/flacdec.c
b/tests/check/pipelines/flacdec.c
index 8505533c3ab52202e755e879fc85129cc9c73243..abf9a058ce969318ba9289a52222ffee525fcd3a 100644
(file)
--- 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) {