mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
fluiddec: don't leak incoming caps event
https://bugzilla.gnome.org/show_bug.cgi?id=738291
This commit is contained in:
parent
6df477ff0d
commit
39a5c20263
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ gst_fluid_dec_sink_event (GstPad * pad, GstObject * parent, GstEvent * event)
|
|||
|
||||
res = gst_pad_push_event (fluiddec->srcpad, gst_event_new_caps (caps));
|
||||
gst_caps_unref (caps);
|
||||
gst_event_unref (event);
|
||||
break;
|
||||
}
|
||||
case GST_EVENT_SEGMENT:
|
||||
|
|
Loading…
Reference in a new issue