[farsight2/master] Dont revert the order of the cached blueprints on read
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:21:38 PST 2008
---
gst/fsrtpconference/fs-rtp-codec-cache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-codec-cache.c b/gst/fsrtpconference/fs-rtp-codec-cache.c
index a748662..a5f14df 100644
--- a/gst/fsrtpconference/fs-rtp-codec-cache.c
+++ b/gst/fsrtpconference/fs-rtp-codec-cache.c
@@ -346,7 +346,7 @@ load_codecs_cache (FsMediaType media_type, GError **error)
goto error;
}
- blueprints = g_list_prepend (blueprints, blueprint);
+ blueprints = g_list_append (blueprints, blueprint);
}
error:
--
1.5.6.5
More information about the farsight-commits
mailing list