summaryrefslogtreecommitdiffstats
path: root/gst/goom
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom')
-rw-r--r--gst/goom/gstgoom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c
index f728ada1..26334316 100644
--- a/gst/goom/gstgoom.c
+++ b/gst/goom/gstgoom.c
@@ -264,6 +264,8 @@ gst_goom_src_negotiate (GstGoom * goom)
templ = gst_pad_get_pad_template_caps (goom->srcpad);
+ GST_DEBUG_OBJECT (goom, "performing negotiation");
+
/* see what the peer can do */
othercaps = gst_pad_peer_get_caps (goom->srcpad);
if (othercaps) {
@@ -292,7 +294,6 @@ gst_goom_src_negotiate (GstGoom * goom)
no_format:
{
gst_caps_unref (intersect);
- gst_caps_unref (othercaps);
return FALSE;
}
}