summaryrefslogtreecommitdiff
path: root/src/lib.h
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-15 17:50:51 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-15 17:50:51 (GMT)
commit507f8c8a73e2f373c2b50db6490688689fc88517 (patch)
treee69cd5fa0ae4a8f094c62a97e69bd26b5b55229f /src/lib.h
parentd941945543dfd412813ea68dcab70fe57b8b8273 (diff)
downloadsoup-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.h b/src/lib.h
index 6894c0b..ea6b5f0 100644
--- a/src/lib.h
+++ b/src/lib.h
@@ -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;