2022-06-30 05:22:05 +00:00
|
|
|
// Generated by gir (https://github.com/gtk-rs/gir @ 1201a74cd03e)
|
|
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ faebfb303ca6)
|
|
|
|
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 51549a4f39c8)
|
2022-02-26 15:16:35 +00:00
|
|
|
// DO NOT EDIT
|
|
|
|
|
|
|
|
#include "manual.h"
|
|
|
|
#include <stdalign.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
printf("%s;%zu;%zu\n", "GstDmaBufAllocator", sizeof(GstDmaBufAllocator), alignof(GstDmaBufAllocator));
|
|
|
|
printf("%s;%zu;%zu\n", "GstDmaBufAllocatorClass", sizeof(GstDmaBufAllocatorClass), alignof(GstDmaBufAllocatorClass));
|
|
|
|
printf("%s;%zu;%zu\n", "GstFdAllocator", sizeof(GstFdAllocator), alignof(GstFdAllocator));
|
|
|
|
printf("%s;%zu;%zu\n", "GstFdAllocatorClass", sizeof(GstFdAllocatorClass), alignof(GstFdAllocatorClass));
|
|
|
|
printf("%s;%zu;%zu\n", "GstFdMemoryFlags", sizeof(GstFdMemoryFlags), alignof(GstFdMemoryFlags));
|
|
|
|
printf("%s;%zu;%zu\n", "GstPhysMemoryAllocatorInterface", sizeof(GstPhysMemoryAllocatorInterface), alignof(GstPhysMemoryAllocatorInterface));
|
|
|
|
return 0;
|
|
|
|
}
|