diff options
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r-- | ext/neon/gstneonhttpsrc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h index 6691d639..05c6b556 100644 --- a/ext/neon/gstneonhttpsrc.h +++ b/ext/neon/gstneonhttpsrc.h @@ -62,12 +62,8 @@ struct _GstNeonhttpSrc { gint current_size; GstAdapter *adapter; - GMutex *lock; - GstTask *task; - GStaticRecMutex tasklock; - gboolean eos; - char respbuf[BUFSIZ]; + gboolean eos; }; |