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