diff options
Diffstat (limited to 'src/lib.h')
-rw-r--r-- | src/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ struct _TranscodeClientCtx { SoupMessage *msg; GstElement *appsink; GstPad *ghostsinkpad; + GMutex can_write_chunk; gulong first_sample_handler_id; /* The transcode server context */ TranscodeServerCtx *server_ctx; |