summaryrefslogtreecommitdiff
path: root/src/lib.h
diff options
context:
space:
mode:
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 187bae7..733212c 100644
--- a/src/lib.h
+++ b/src/lib.h
@@ -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;