gstreamer/gst-libs
Sebastian Dröge 05f0fe79a2 rtspconnection: Fix uninitialized variable warning when compiling with pre-2.59.1 GLib
gstrtspconnection.c: In function ‘writev_bytes’:
gstrtspconnection.c:1348:10: error: ‘res’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   return res;
          ^
2019-01-30 13:04:12 +00:00
..
gst rtspconnection: Fix uninitialized variable warning when compiling with pre-2.59.1 GLib 2019-01-30 13:04:12 +00:00
Makefile.am
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00