gdppay: plug buffer leak
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Wed, 25 Apr 2012 16:07:21 +0000 (18:07 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Wed, 25 Apr 2012 20:28:44 +0000 (22:28 +0200)
gst/gdp/gstgdppay.c

index 53f0611..d26c0a3 100644 (file)
@@ -678,6 +678,7 @@ gst_gdp_pay_sink_event (GstPad * pad, GstObject * parent, GstEvent * event)
       gst_event_parse_caps (event, &caps);
       if (this->caps == NULL || !gst_caps_is_equal (this->caps, caps)) {
         GST_INFO_OBJECT (pad, "caps changed to %" GST_PTR_FORMAT, caps);
+        gst_buffer_replace (&outbuffer, NULL);
         gst_caps_replace (&this->caps, caps);
         outbuffer = gst_gdp_buffer_from_caps (this, caps);
         if (outbuffer == NULL)