rtspsrc: Don't unref caps we don't own

This commit is contained in:
Sebastian Dröge 2015-03-05 09:56:23 +01:00
parent 297d808acc
commit b4aaa11f97

View file

@ -4600,7 +4600,6 @@ gst_rtspsrc_handle_data (GstRTSPSrc * src, GstRTSPMessage * message)
gst_event_new_caps (caps)); gst_event_new_caps (caps));
} }
gst_caps_unref (caps);
caps = gst_caps_new_empty_simple ("application/x-rtcp"); caps = gst_caps_new_empty_simple ("application/x-rtcp");
if (ostream->udpsrc[1]) { if (ostream->udpsrc[1]) {
@ -4615,8 +4614,6 @@ gst_rtspsrc_handle_data (GstRTSPSrc * src, GstRTSPMessage * message)
gst_event_new_caps (caps)); gst_event_new_caps (caps));
} }
} }
gst_caps_unref (caps);
} }
/* Push a SEGMENT event if we don't have one pending, if we have one /* Push a SEGMENT event if we don't have one pending, if we have one