diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-15 17:50:51 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-15 17:50:51 (GMT) |
commit | 507f8c8a73e2f373c2b50db6490688689fc88517 (patch) | |
tree | e69cd5fa0ae4a8f094c62a97e69bd26b5b55229f /src/lib.h | |
parent | d941945543dfd412813ea68dcab70fe57b8b8273 (diff) | |
download | soup-transcoding-proxy-507f8c8a73e2f373c2b50db6490688689fc88517.zip soup-transcoding-proxy-507f8c8a73e2f373c2b50db6490688689fc88517.tar.gz |
server: Make cleanup on server exit and EOS more reliable
Diffstat (limited to 'src/lib.h')
-rw-r--r-- | src/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ struct _TranscodeClientCtx { gboolean keyframe_found; guint timeout_handler_id; + gulong finished_handler_id; guint seconds_since_write; /* The transcode server context; we don't hold a ref to this */ TranscodeServerCtx *server_ctx; |