diff options
Diffstat (limited to 'src/lib.h')
-rw-r--r-- | src/lib.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,8 +34,6 @@ struct _TranscodeServerCtx { SoupMessage *msg; GstElement *pipeline; GstElement *appsrc; - /* Contains buffers from the previous keyframe till right now */ - GstBufferList *keyframe; /* If the encoding is not chunked, we'll get multiple requests * with separate Content-Length headers on the same path */ SoupEncoding encoding; @@ -59,6 +57,7 @@ struct _TranscodeClientCtx { GstElement *appsink; /* We hold an extra ref to this */ GstPad *ghostsinkpad; + gboolean keyframe_found; guint timeout_handler_id; guint seconds_since_write; /* The transcode server context; we don't hold a ref to this */ |