mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
meta: Fix compilation of the unit test after removal of the serialize/deserialize functions
This commit is contained in:
parent
9339a59583
commit
54fd068aba
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ gst_meta_test_get_info (void)
|
||||||
sizeof (GstMetaTest),
|
sizeof (GstMetaTest),
|
||||||
(GstMetaInitFunction) test_init_func,
|
(GstMetaInitFunction) test_init_func,
|
||||||
(GstMetaFreeFunction) test_free_func,
|
(GstMetaFreeFunction) test_free_func,
|
||||||
(GstMetaCopyFunction) test_copy_func,
|
(GstMetaCopyFunction) test_copy_func, (GstMetaTransformFunction) NULL);
|
||||||
(GstMetaTransformFunction) NULL, NULL, NULL);
|
|
||||||
}
|
}
|
||||||
return meta_test_info;
|
return meta_test_info;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue