[farsight2/master] Re-indent file

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


---
 gst/fsrtpconference/fs-rtp-codec-negotiation.h |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.h b/gst/fsrtpconference/fs-rtp-codec-negotiation.h
index 531eba3..062c910 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.h
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.h
@@ -45,21 +45,28 @@ typedef struct _CodecAssociation {
 } CodecAssociation;
 
 
-GList *validate_codecs_configuration (FsMediaType media_type, GList *blueprints,
-  GList *codecs);
+GList *validate_codecs_configuration (
+    FsMediaType media_type,
+    GList *blueprints,
+    GList *codecs);
 
-GHashTable *create_local_codec_associations (FsMediaType media_type,
-  GList *blueprints, GList *codec_prefs, GHashTable *current_codec_associations,
-  GList **local_codecs_list);
+GHashTable *
+create_local_codec_associations (
+    FsMediaType media_type,
+    GList *blueprints,
+    GList *codec_prefs,
+    GHashTable *current_codec_associations,
+    GList **local_codecs_list);
 
-GHashTable *negotiate_codecs (const GList *remote_codecs,
+GHashTable *
+negotiate_codecs (const GList *remote_codecs,
     GHashTable *current_negotiated_codec_associations,
     GHashTable *local_codec_associations,
     gboolean use_local_ids,
     GList **new_negotiated_codecs);
 
-CodecAssociation *lookup_codec_association_by_pt (
-    GHashTable *codec_associations, gint pt);
+CodecAssociation *
+lookup_codec_association_by_pt (GHashTable *codec_associations, gint pt);
 
 
 
-- 
1.5.6.5




More information about the farsight-commits mailing list