summaryrefslogtreecommitdiffstats
path: root/gst/law
diff options
context:
space:
mode:
Diffstat (limited to 'gst/law')
-rw-r--r--gst/law/mulaw-encode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/law/mulaw-encode.c b/gst/law/mulaw-encode.c
index defb7dde..f9e1eccd 100644
--- a/gst/law/mulaw-encode.c
+++ b/gst/law/mulaw-encode.c
@@ -126,6 +126,7 @@ mulawenc_setcaps (GstPad * pad, GstCaps * caps)
gst_pad_set_caps (otherpad, base_caps);
+ gst_object_unref (mulawenc);
gst_caps_unref (base_caps);
return TRUE;