gstreamer/gst-libs/gst/app
Tobias Mueller 57ff3ea72f appsrc: fix compiler warning
Initialize min and max _get_property() to gets rid of these
compiler warnings:

gstappsrc.c:741:7: error: 'max' may be used uninitialized in this function
       g_value_set_int64 (value, max);
       ^
gstappsrc.c:733:7: error: 'min' may be used uninitialized in this function
       g_value_set_int64 (value, min);
       ^
Which happens because gcc doesn't know that GST_IS_APP_SRC will never
fail here.

https://bugzilla.gnome.org/show_bug.cgi?id=752052
2016-12-25 13:15:26 +00:00
..
app.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 17:13:10 +00:00
gstappsink.c appsink: fix g-i warnings and add since markers 2016-11-15 18:38:48 +00:00
gstappsink.h appsink: fix g-i warnings and add since markers 2016-11-15 18:38:48 +00:00
gstappsrc.c appsrc: fix compiler warning 2016-12-25 13:15:26 +00:00
gstappsrc.h appsrc: Remove trailing whitespace 2016-07-11 09:54:11 +03:00
Makefile.am g-i: pass compiler env to g-ir-scanner 2016-05-24 00:44:21 +01:00
meson.build meson: Generate girs 2016-11-09 18:06:19 -03:00