mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
1b3b3677cc
g_object_ref() forwards its arguments type. gstshmsink.c: In function ‘gst_shm_sink_allocator_alloc_locked’: /usr/include/glib-2.0/gobject/gobject.h:512:32: error: passing argument 3 of ‘gst_memory_init’ from incompatible pointer type [-Werror=incompatible-pointer-types] #define g_object_ref(Obj) ((__typeof__(Obj)) (g_object_ref) (Obj)) ^ gstshmsink.c:292:45: note: in expansion of macro ‘g_object_ref’ gst_memory_init (memory, params->flags, g_object_ref (self), NULL, ^~~~~~~~~~~~ |
||
---|---|---|
.. | ||
gstshm.c | ||
gstshmsink.c | ||
gstshmsink.h | ||
gstshmsrc.c | ||
gstshmsrc.h | ||
Makefile.am | ||
meson.build | ||
shmalloc.c | ||
shmalloc.h | ||
shmpipe.c | ||
shmpipe.h |