[farsight2/master] Add network error for the stream
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:19:21 PST 2008
---
gst-libs/gst/farsight/fs-stream.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-stream.h b/gst-libs/gst/farsight/fs-stream.h
index a52194f..d1c2b9e 100644
--- a/gst-libs/gst/farsight/fs-stream.h
+++ b/gst-libs/gst/farsight/fs-stream.h
@@ -77,6 +77,7 @@ typedef struct _FsStreamPrivate FsStreamPrivate;
* FsStreamError:
* @FS_STREAM_ERROR_CONSTRUCTION: Error constructing some of the sub-elements
* @FS_STREAM_ERROR_INVALID_ARGUMENTS: Invalid arguments to the function
+ * @FS_STREAM_ERROR_NETWORK: A network related error
*
* This is the enum of error numbers that will come either on the "error" signal
* or from the Gst Bus.
@@ -84,7 +85,8 @@ typedef struct _FsStreamPrivate FsStreamPrivate;
typedef enum {
FS_STREAM_ERROR_CONSTRUCTION,
- FS_STREAM_ERROR_INVALID_ARGUMENTS
+ FS_STREAM_ERROR_INVALID_ARGUMENTS,
+ FS_STREAM_ERROR_NETWORK
} FsStreamError;
/**
--
1.5.6.5
More information about the farsight-commits
mailing list