pad: fix 'res' may be used uninitialized in this function

This commit is contained in:
Wim Taymans 2012-06-04 16:19:26 +02:00
parent 3a501deb3e
commit 66c88c1bb1

View file

@ -4464,7 +4464,7 @@ idle_probe_stopped:
gboolean
gst_pad_push_event (GstPad * pad, GstEvent * event)
{
gboolean res;
gboolean res = FALSE;
GstPadProbeType type;
gboolean sticky, serialized;