diff options
Diffstat (limited to 'src/lib.h')
-rw-r--r-- | src/lib.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,8 +53,9 @@ struct _TranscodeServerCtx { }; struct _TranscodeClientCtx { + /* We don't hold refs to any of these */ SoupMessage *msg; - GstElement *appsink; /* We hold an extra ref to this */ + GstElement *appsink; GstPad *ghostsinkpad; gboolean keyframe_found; |