diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-01-04 19:39:10 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-01-04 19:39:10 +0000 |
commit | 35204f008db6325d1d7f76790fd95954c98339fe (patch) | |
tree | 122dafd11d8f07a9c8a0be5aca4534d8af52f0ae /ext/neon/gstneonhttpsrc.h | |
parent | 565a17b6a423e77dee03e091059ba8197cc18542 (diff) | |
download | gst-plugins-bad-35204f008db6325d1d7f76790fd95954c98339fe.tar.gz gst-plugins-bad-35204f008db6325d1d7f76790fd95954c98339fe.tar.bz2 gst-plugins-bad-35204f008db6325d1d7f76790fd95954c98339fe.zip |
Some improvements in cancellation and debug messages.
Original commit message from CVS:
Some improvements in cancellation and debug messages.
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; |