forked from mirrors/gstreamer-rs
18 lines
1,023 B
C
18 lines
1,023 B
C
// Generated by gir (https://github.com/gtk-rs/gir @ b5e4e17d87b0)
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ 05ae6b134dda)
|
|
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 4903e817c5dd)
|
|
// 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;
|
|
}
|