rtspsrc: Don't unref caps we don't own
authorSebastian Dröge <sebastian@centricular.com>
Thu, 5 Mar 2015 08:56:23 +0000 (09:56 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 5 Mar 2015 08:56:37 +0000 (09:56 +0100)
gst/rtsp/gstrtspsrc.c

index 0719b90..552bfde 100644 (file)
@@ -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