summaryrefslogtreecommitdiffstats
path: root/ext/neon/gstneonhttpsrc.h
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-12-22 16:23:32 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-12-22 16:23:32 +0000
commit983cd81f2cea48f64b53f461e189686ab088ac9b (patch)
tree35e30e3121cac04f44ddd671a8f016a5b75eb090 /ext/neon/gstneonhttpsrc.h
parentb9925f8b22fd4cea03dbad2983aa309529b8f50e (diff)
downloadgst-plugins-bad-983cd81f2cea48f64b53f461e189686ab088ac9b.tar.gz
gst-plugins-bad-983cd81f2cea48f64b53f461e189686ab088ac9b.tar.bz2
gst-plugins-bad-983cd81f2cea48f64b53f461e189686ab088ac9b.zip
Added seek support.
Original commit message from CVS: Added seek support.
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r--ext/neon/gstneonhttpsrc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h
index 486b76c3..df52fc57 100644
--- a/ext/neon/gstneonhttpsrc.h
+++ b/ext/neon/gstneonhttpsrc.h
@@ -1,5 +1,7 @@
/* GStreamer
* Copyright (C) <2005> Edgard Lima <edgard.lima@indt.org.br>
+ * Copyright (C) <2006> Rosfran Borges <rosfran.borges@indt.org.br>
+ * Copyright (C) <2006> Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -69,6 +71,9 @@ struct _GstNeonhttpSrc {
/* enable Neon HTTP debug messages */
gboolean neon_http_msgs_dbg;
+
+ gint64 read_position;
+ gboolean seekable;
};
struct _GstNeonhttpSrcClass {