[farsight2/master] Add new error for connection failure

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:24:03 PST 2008


---
 gst-libs/gst/farsight/fs-conference-iface.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gst-libs/gst/farsight/fs-conference-iface.h b/gst-libs/gst/farsight/fs-conference-iface.h
index 41dc020..40f6736 100644
--- a/gst-libs/gst/farsight/fs-conference-iface.h
+++ b/gst-libs/gst/farsight/fs-conference-iface.h
@@ -92,6 +92,7 @@ GType fs_conference_get_type (void);
  * @FS_ERROR_UNKNOWN_CODEC: The codec is unknown
  * @FS_ERROR_UNKNOWN_CNAME: Data was received for an unknown cname
  * @FS_ERROR_NO_CODECS: There are no valid codecs left.
+ * @FS_ERROR_CONNECTION_FAILED: Could not connect to the to remote party
  *
  * This is the enum of error numbers that will come either on the "error"
  * signal or from the Gst Bus.
@@ -106,7 +107,8 @@ typedef enum {
   FS_ERROR_NEGOTIATION_FAILED,
   FS_ERROR_UNKNOWN_CODEC,
   FS_ERROR_UNKNOWN_CNAME,
-  FS_ERROR_NO_CODECS
+  FS_ERROR_NO_CODECS,
+  FS_ERROR_CONNECTION_FAILED,
 } FsError;
 
 /**
-- 
1.5.6.5




More information about the farsight-commits mailing list