[farsight2/master] Add properties to the CodecAssotiation struct for new situations
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:22:34 PST 2008
---
gst/fsrtpconference/fs-rtp-codec-negotiation.h | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.h b/gst/fsrtpconference/fs-rtp-codec-negotiation.h
index e34b452..531eba3 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.h
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.h
@@ -29,7 +29,17 @@
G_BEGIN_DECLS
+/*
+ * @empty: means that its not a real association, just a spot thats saved
+ * @need_config: means that the config has to be retreived from the codec data
+ * @recv_only: means thats its not a real negotiated codec, just a codec that
+ * we have offered from which we have to be ready to receive stuff, just in case
+ */
+
typedef struct _CodecAssociation {
+ gboolean empty;
+ gboolean need_config;
+ gboolean recv_only;
CodecBlueprint *blueprint;
FsCodec *codec;
} CodecAssociation;
--
1.5.6.5
More information about the farsight-commits
mailing list