diff options
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r-- | ext/neon/gstneonhttpsrc.h | 5 |
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 { |