gstreamer/libs/gst
Sebastian Dröge 805684585e check: Fix uninitialized variable compiler warning with gcc
check_run.c: In function 'sig_handler':
check_run.c:127:13: warning: 'child_sig' may be used uninitialized in this function [-Wmaybe-uninitialized]
             killpg(group_pid, child_sig);
             ^
check_run.c:130:31: warning: 'idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
             sigaction(sig_nr, &old_action[idx], NULL);
                               ^
2015-03-21 19:37:30 +01:00
..
base baseparse: remove duplicate code 2015-03-17 19:35:08 +00:00
check check: Fix uninitialized variable compiler warning with gcc 2015-03-21 19:37:30 +01:00
controller timedvaluecontrolsource: Do not wrongly send value-removed 2015-02-13 19:59:57 +01:00
helpers helpers: Fix install of completion-helper. 2015-02-24 14:11:45 +01:00
net meta: Add GstNetControlMessageMeta 2015-03-14 13:54:51 +01:00
Makefile.am dist net directory only once 2012-03-21 12:10:21 +01:00