[farsight2/master] Fix component defs in python bindings
Olivier Crête
olivier.crete at collabora.co.uk
Fri Jan 9 11:54:55 PST 2009
---
python/pyfarsight.defs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/python/pyfarsight.defs b/python/pyfarsight.defs
index f0c9dec..be63f09 100644
--- a/python/pyfarsight.defs
+++ b/python/pyfarsight.defs
@@ -189,8 +189,9 @@
(c-name "FsComponentType")
(gtype-id "FS_TYPE_COMPONENT_TYPE")
(values
- '("p" "FS_COMPONENT_RTP")
- '("cp" "FS_COMPONENT_RTCP")
+ '("none" "FS_COMPONENT_NONE")
+ '("rtp" "FS_COMPONENT_RTP")
+ '("rtcp" "FS_COMPONENT_RTCP")
)
)
--
1.5.6.5
More information about the farsight-commits
mailing list