[farsight2/master] Add new error for failed negotiation

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


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

diff --git a/gst-libs/gst/farsight/fs-conference-iface.h b/gst-libs/gst/farsight/fs-conference-iface.h
index 4c8b2f3..0e83c7b 100644
--- a/gst-libs/gst/farsight/fs-conference-iface.h
+++ b/gst-libs/gst/farsight/fs-conference-iface.h
@@ -85,6 +85,7 @@ GType fs_conference_get_type (void);
  * @FS_ERROR_NETWORK: A network related error
  * @FS_ERROR_NOT_IMPLEMENTED: This functionality is not implemented
  * by this plugins
+ * @FS_ERROR_NEGOTIATION_FAILED: The codec negotiation has failed
  * @FS_ERROR_INTERNAL: An internal error happened in Farsight
  *
  * This is the enum of error numbers that will come either on the "error"
@@ -96,6 +97,7 @@ typedef enum {
   FS_ERROR_INVALID_ARGUMENTS,
   FS_ERROR_NETWORK,
   FS_ERROR_NOT_IMPLEMENTED,
+  FS_ERROR_NEGOTIATION_FAILED,
   FS_ERROR_INTERNAL
 } FsError;
 
-- 
1.5.6.5




More information about the farsight-commits mailing list