mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
tests: clock: fix test clock name
Don't call the slave test clock "Master". https://bugzilla.gnome.org/show_bug.cgi?id=746430
This commit is contained in:
parent
d3400ce358
commit
be6d3e9255
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ GST_START_TEST (test_set_master_refcount)
|
|||
|
||||
/* create master and slave */
|
||||
master = g_object_new (TYPE_TEST_CLOCK, "name", "TestClockMaster", NULL);
|
||||
slave = g_object_new (TYPE_TEST_CLOCK, "name", "TestClockMaster", NULL);
|
||||
slave = g_object_new (TYPE_TEST_CLOCK, "name", "TestClockSlave", NULL);
|
||||
GST_OBJECT_FLAG_SET (slave, GST_CLOCK_FLAG_CAN_SET_MASTER);
|
||||
|
||||
fail_unless_equals_int (GST_OBJECT_REFCOUNT (master), 1);
|
||||
|
|
Loading…
Reference in a new issue