[farsight2/master] Fix indentation a bit
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:21:37 PST 2008
---
gst/fsrtpconference/fs-rtp-codec-negotiation.c | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.c b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
index bfdf996..ae74a91 100644
--- a/gst/fsrtpconference/fs-rtp-codec-negotiation.c
+++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.c
@@ -249,9 +249,12 @@ _is_disabled (GList *codec_prefs, CodecBlueprint *bp)
}
-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 *codec_associations = NULL;
GList *bp_e = NULL;
--
1.5.6.5
More information about the farsight-commits
mailing list