diff options
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r-- | ext/neon/gstneonhttpsrc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h index 05c6b556..ce749cc9 100644 --- a/ext/neon/gstneonhttpsrc.h +++ b/ext/neon/gstneonhttpsrc.h @@ -58,8 +58,7 @@ struct _GstNeonhttpSrc { gboolean ishttps; - gint content_size; - gint current_size; + guint64 content_size; GstAdapter *adapter; |