summaryrefslogtreecommitdiffstats
path: root/ext/soup/gstsouphttpsrc.h
diff options
context:
space:
mode:
authorWouter Cloetens <wouter@mind.be>2008-08-02 21:39:01 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-08-02 21:39:01 +0000
commit4223e83f3ccab60d4ac4b41474c40e2d323993ce (patch)
treeb06fdf5fb6d5e614610b4d1b22993ba7f578d1cd /ext/soup/gstsouphttpsrc.h
parentd0bb024e118bdd06c6b68b5ebfa3b716d1bcadb7 (diff)
ext/soup/gstsouphttpsrc.*: Fix seeking race condition in #540300
Original commit message from CVS: * ext/soup/gstsouphttpsrc.c: * ext/soup/gstsouphttpsrc.h: Fix seeking race condition in #540300 Patch By: Wouter Cloetens <wouter at mind be>
Diffstat (limited to 'ext/soup/gstsouphttpsrc.h')
-rw-r--r--ext/soup/gstsouphttpsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soup/gstsouphttpsrc.h b/ext/soup/gstsouphttpsrc.h
index f959a4f1..464da340 100644
--- a/ext/soup/gstsouphttpsrc.h
+++ b/ext/soup/gstsouphttpsrc.h
@@ -42,6 +42,7 @@ typedef enum {
GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_IDLE,
GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_QUEUED,
GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING,
+ GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_CANCELLED,
} GstSoupHTTPSrcSessionIOStatus;
struct _GstSoupHTTPSrc {