mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
test: fix refcount error
This commit is contained in:
parent
4839131502
commit
005dab15f6
1 changed files with 0 additions and 1 deletions
|
@ -353,7 +353,6 @@ GST_START_TEST (test_sticky_caps_unlinked_incompatible)
|
|||
/* We shouldn't have received any buffers since caps are incompatible */
|
||||
fail_unless_equals_int (g_list_length (buffers), 0);
|
||||
|
||||
gst_caps_replace (&caps, NULL);
|
||||
gst_caps_replace (&event_caps, NULL);
|
||||
|
||||
ASSERT_OBJECT_REFCOUNT (src, "src", 1);
|
||||
|
|
Loading…
Reference in a new issue