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:
77596b0
)
tests: Remove "#if 0" block for behaviour that now works
author
Edward Hervey
<edward.hervey@collabora.co.uk>
Thu, 24 Nov 2011 08:30:14 +0000
(09:30 +0100)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Thu, 24 Nov 2011 08:30:14 +0000
(09:30 +0100)
tests/check/gst/gstpad.c
patch
|
blob
|
history
diff --git
a/tests/check/gst/gstpad.c
b/tests/check/gst/gstpad.c
index adb361eb971679c2605588889c542f80f450726a..9585714486456247509989c6d168bf17e4c80255 100644
(file)
--- a/
tests/check/gst/gstpad.c
+++ b/
tests/check/gst/gstpad.c
@@
-195,11
+195,7
@@
GST_START_TEST (test_get_allowed_caps)
gotcaps = gst_pad_get_allowed_caps (src);
fail_if (gotcaps == NULL);
-#if 0
- /* FIXME, does not work, caps events are different so the sinkpad loses caps
- * when linking */
fail_unless (gst_caps_is_equal (gotcaps, caps));
-#endif
ASSERT_CAPS_REFCOUNT (gotcaps, "gotcaps", 1);
gst_caps_unref (gotcaps);