diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-14 20:25:45 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-14 20:25:49 (GMT) |
commit | e803e9fbda506f88cb4688c6ff7224877cfad2b4 (patch) | |
tree | cf4bfdc26146db28ecd26ed40281a812cf04101d /src/main.c | |
parent | 5e3b9fc170c77a55003d9d94a71fea6eda88f847 (diff) | |
download | soup-transcoding-proxy-e803e9fbda506f88cb4688c6ff7224877cfad2b4.zip soup-transcoding-proxy-e803e9fbda506f88cb4688c6ff7224877cfad2b4.tar.gz |
encode: Don't leak sinkpad, remove outdated comment
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -315,7 +315,6 @@ GET: /* Send the WebM stream header through the src pad first */ caps = gst_pad_get_current_caps (srcpad); - /* TODO: cache keyframes */ buffer = stp_get_streamheader_from_caps (caps); if (!buffer) { g_critical ("Unable to get streamheader from caps"); |