diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-06-07 12:06:22 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-06-07 12:06:22 +0200 |
commit | 28f67f4847e462a30066cf0d6b45671f93777f80 (patch) | |
tree | 7a9e270ae8f4ebe179a9e95e7f65bacd038c677f /ext/libvisual/visual.c | |
parent | 2940249a841daafccb731977f6105d97b0765fd4 (diff) |
event: fix some event leaks
Diffstat (limited to 'ext/libvisual/visual.c')
-rw-r--r-- | ext/libvisual/visual.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libvisual/visual.c b/ext/libvisual/visual.c index 618679ae5..481ee1079 100644 --- a/ext/libvisual/visual.c +++ b/ext/libvisual/visual.c @@ -504,6 +504,7 @@ gst_visual_sink_event (GstPad * pad, GstEvent * event) gst_event_parse_caps (event, &caps); res = gst_visual_sink_setcaps (pad, caps); + gst_event_unref (event); break; } case GST_EVENT_SEGMENT: |