mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
tests: Remove "#if 0" block for behaviour that now works
This commit is contained in:
parent
77596b0e05
commit
bfa78eb7a1
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue