rtspsrc: Fix RTCP caps leak

https://bugzilla.gnome.org//show_bug.cgi?id=748353
This commit is contained in:
Jesper Larsen 2015-04-23 09:55:59 +02:00 committed by Tim-Philipp Müller
parent edcc5be297
commit 3528046773

View file

@ -4642,6 +4642,8 @@ gst_rtspsrc_handle_data (GstRTSPSrc * src, GstRTSPMessage * message)
gst_pad_send_event (ostream->channelpad[1], gst_pad_send_event (ostream->channelpad[1],
gst_event_new_caps (caps)); gst_event_new_caps (caps));
} }
gst_caps_unref (caps);
} }
} }
} }