mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
tests: fix unit test after event change
Someone forgot to run make check before pushing...
This commit is contained in:
parent
b4ecac2c98
commit
11edb59462
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ GST_START_TEST (test_serializing)
|
|||
test_toc = NULL;
|
||||
|
||||
/* check TOC event handling */
|
||||
event = gst_event_new_toc ("test", toc, TRUE);
|
||||
event = gst_event_new_toc (toc, TRUE);
|
||||
fail_if (event == NULL);
|
||||
fail_unless (event->type == GST_EVENT_TOC);
|
||||
ASSERT_MINI_OBJECT_REFCOUNT (GST_MINI_OBJECT (event), "GstEvent", 1);
|
||||
|
|
Loading…
Reference in a new issue