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:
145f6da
)
tests: update for _negotiated_caps() change
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 15 Aug 2011 10:19:14 +0000
(12:19 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 15 Aug 2011 10:19:14 +0000
(12:19 +0200)
tests/check/elements/parser.c
patch
|
blob
|
history
diff --git
a/tests/check/elements/parser.c
b/tests/check/elements/parser.c
index d0bd455889c635cb5eaa9866ead93dca63e23369..806b63f23656410110aaba4ce31774b2bfc412b3 100644
(file)
--- a/
tests/check/elements/parser.c
+++ b/
tests/check/elements/parser.c
@@
-286,7
+286,7
@@
gst_parser_test_run (GstParserTest * test, GstCaps ** out_caps)
fail_unless_equals_int (datasum, size);
}
- src_caps = gst_pad_get_
negotiated
_caps (sinkpad);
+ src_caps = gst_pad_get_
current
_caps (sinkpad);
GST_LOG ("output caps: %" GST_PTR_FORMAT, src_caps);
if (test->sink_caps) {