gstreamer/ext/srt
Jan Alexander Steffens (heftig) 484291b1b4
srt: Fix GCC function type error
gstsrtobject.c: In function ‘gst_srt_object_close’:
gstsrtobject.c:1036:7: error: function called through a non-compatible type [-Werror]
       (GDestroyNotify) g_closure_unref);
/usr/include/glib-2.0/glib/gmem.h:121:8: note: in definition of macro ‘g_clear_pointer’
       (destroy) (_ptr);                                                        \
        ^~~~~~~
gstsrtobject.c:1038:7: error: function called through a non-compatible type [-Werror]
       (GDestroyNotify) g_closure_unref);
/usr/include/glib-2.0/glib/gmem.h:121:8: note: in definition of macro ‘g_clear_pointer’
       (destroy) (_ptr);                                                        \
        ^~~~~~~

Arch Linux
gcc 8.2.1 20181127
glib 2.58.2
2019-01-14 14:48:50 +01:00
..
gstsrt-enums.h srt: Integrate server and client element into one 2019-01-09 19:44:02 +00:00
gstsrt.c srt: Integrate server and client element into one 2019-01-09 19:44:02 +00:00
gstsrtobject.c srt: Fix GCC function type error 2019-01-14 14:48:50 +01:00
gstsrtobject.h srt: Integrate server and client element into one 2019-01-09 19:44:02 +00:00
gstsrtsink.c srt: Integrate server and client element into one 2019-01-09 19:44:02 +00:00
gstsrtsink.h srt: Integrate server and client element into one 2019-01-09 19:44:02 +00:00
gstsrtsrc.c srt: Integrate server and client element into one 2019-01-09 19:44:02 +00:00
gstsrtsrc.h srt: Integrate server and client element into one 2019-01-09 19:44:02 +00:00
Makefile.am srt: Integrate server and client element into one 2019-01-09 19:44:02 +00:00
meson.build srt: Integrate server and client element into one 2019-01-09 19:44:02 +00:00