gstreamer/gst-libs/gst
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
..
allocators gstfdmemory: log with GST_INFO instead of GST_ERROR on permission denied 2016-11-21 21:22:47 +00:00
app appsrc: fix compiler warning 2016-12-25 13:15:26 +00:00
audio audioringbuffer: add set_callback_full() for g-i 2016-12-22 15:34:58 +00:00
fft meson: Generate girs 2016-11-09 18:06:19 -03:00
pbutils discoverer: Add support to dump dot files 2016-12-25 11:49:49 +00:00
riff riff-media: Fix up last commit 2016-12-20 13:00:59 +02:00
rtp rtpbuffer: Fix ensure_buffers() if whole packet is in one GstMemory 2016-11-25 13:15:24 +02:00
rtsp rtsp-url: unescape special chars in user/pass part of URL 2016-12-25 12:08:45 +00:00
sdp sdp: Fix attribute leak 2016-11-28 16:51:43 +01:00
tag id3v2: fix splitting strings in ISO-8859-1 and UTF-16 formats 2016-12-25 10:52:39 +00:00
video video-info: Properly initialize/set extra fields 2016-11-28 16:53:10 +01:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am rtp: build audio library before rtp 2016-02-16 17:42:44 +02:00
meson.build rtsp: Include GstSdp-1.0.gir when generating the gir 2016-11-10 17:43:38 -03:00