summaryrefslogtreecommitdiff
path: root/src/encode.c
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 20:25:45 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 20:25:49 (GMT)
commite803e9fbda506f88cb4688c6ff7224877cfad2b4 (patch)
treecf4bfdc26146db28ecd26ed40281a812cf04101d /src/encode.c
parent5e3b9fc170c77a55003d9d94a71fea6eda88f847 (diff)
downloadsoup-transcoding-proxy-e803e9fbda506f88cb4688c6ff7224877cfad2b4.zip
soup-transcoding-proxy-e803e9fbda506f88cb4688c6ff7224877cfad2b4.tar.gz
encode: Don't leak sinkpad, remove outdated comment
Diffstat (limited to 'src/encode.c')
-rw-r--r--src/encode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encode.c b/src/encode.c
index 5e33980..915cd00 100644
--- a/src/encode.c
+++ b/src/encode.c
@@ -202,6 +202,7 @@ stp_encode_from_msg (TranscodeServerCtx *ctx)
gst_object_unref (template);
gst_object_unref (srcpad);
+ gst_object_unref (sinkpad);
g_free (filename);
g_free (tmp);
#endif