From b4aaa11f9733ba1800f7e88e3de911404aee7b11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Mar 2015 09:56:23 +0100 Subject: [PATCH] rtspsrc: Don't unref caps we don't own --- gst/rtsp/gstrtspsrc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 0719b90..552bfde 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -4600,7 +4600,6 @@ gst_rtspsrc_handle_data (GstRTSPSrc * src, GstRTSPMessage * message) gst_event_new_caps (caps)); } - gst_caps_unref (caps); caps = gst_caps_new_empty_simple ("application/x-rtcp"); if (ostream->udpsrc[1]) { @@ -4615,8 +4614,6 @@ gst_rtspsrc_handle_data (GstRTSPSrc * src, GstRTSPMessage * message) gst_event_new_caps (caps)); } } - - gst_caps_unref (caps); } /* Push a SEGMENT event if we don't have one pending, if we have one -- 2.7.4