[farsight2/master] Export new functions
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:22:44 PST 2008
---
gst/fsrtpconference/fs-rtp-codec-negotiation.c | 6 ++++--
gst/fsrtpconference/fs-rtp-codec-negotiation.h | 13 +++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.c b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
index dbfc816..dc9b046 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.c
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
@@ -513,7 +513,8 @@ create_local_codec_associations (
*/
GList *
-negotiate_stream_codecs (const GList *remote_codecs,
+negotiate_stream_codecs (
+ const GList *remote_codecs,
GList *current_codec_associations,
gboolean use_local_ids)
{
@@ -623,7 +624,8 @@ negotiate_stream_codecs (const GList *remote_codecs,
*/
GList *
-finish_codec_negotiation (GList *old_codec_associations,
+finish_codec_negotiation (
+ GList *old_codec_associations,
GList *new_codec_associations)
{
int i;
diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.h b/gst/fsrtpconference/fs-rtp-codec-negotiation.h
index aed92fd..d2d2f4c 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.h
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.h
@@ -70,6 +70,19 @@ create_local_codec_associations (
GList *current_codec_associations);
GList *
+negotiate_stream_codecs (
+ const GList *remote_codecs,
+ GList *current_codec_associations,
+ gboolean use_local_ids);
+
+GList *
+finish_codec_negotiation (
+ GList *old_codec_associations,
+ GList *new_codec_associations);
+
+
+
+GList *
negotiate_codecs (const GList *remote_codecs,
GList *current_negotiated_codec_associations,
GList *local_codec_associations,
--
1.5.6.5
More information about the farsight-commits
mailing list