gstreamer/libs/gst
Nirbheek Chauhan febfabb39f misc: Fix various compiler warnings on MinGW
gstharness.c: Use G_GSIZE_FORMAT instead of hard-coding %zu
error: unknown conversion type character 'z' in format [-Werror=format]

gst-inspect.c: GPid is void* on non-UNIX, and we only use it on UNIX
error: initialization makes pointer from integer without a cast [-Werror]

gstmeta.c: Use and then discard value
error: value computed is not used [-Werror=unused-value]

With this, gstreamer builds with -Werror on MinGW
2019-02-05 18:45:54 +05:30
..
base aggregator: fix typo in docs 2019-01-05 18:55:12 +00:00
check misc: Fix various compiler warnings on MinGW 2019-02-05 18:45:54 +05:30
controller libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
helpers gdb: implement 'gst-dot' and 'gst-print' commands 2018-12-31 16:19:05 +00:00
net ptp clock: Wait for ANNOUNCE before selecting a master 2018-10-11 22:11:51 +11:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build meson: Always use a dependency object for dependencies 2018-09-05 16:33:43 +05:30