[farsight2/master] Add FS_COMPONENT_NONE

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


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

diff --git a/gst-libs/gst/farsight/fs-candidate.h b/gst-libs/gst/farsight/fs-candidate.h
index 86160c5..d829a22 100644
--- a/gst-libs/gst/farsight/fs-candidate.h
+++ b/gst-libs/gst/farsight/fs-candidate.h
@@ -71,6 +71,7 @@ typedef enum
 
 /**
  * FsComponentType:
+ * @FS_COMPONENT_NONE: Use this when specifying a component is innapropriate
  * @FS_COMPONENT_RTP: This component is for RTP data
  * @FS_COMPONENT_RTCP: This component is for RTCP control
  *
@@ -79,6 +80,7 @@ typedef enum
 
 typedef enum
 {
+  FS_COMPONENT_NONE = 0,
   FS_COMPONENT_RTP = 1,
   FS_COMPONENT_RTCP = 2
 } FsComponentType;
-- 
1.5.6.5




More information about the farsight-commits mailing list