[farsight2/master] Use negotiated codecs to get the config data..

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


---
 tests/check/main/rtpcodecs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/check/main/rtpcodecs.c b/tests/check/main/rtpcodecs.c
index 394a497..e33dc41 100644
--- a/tests/check/main/rtpcodecs.c
+++ b/tests/check/main/rtpcodecs.c
@@ -414,7 +414,7 @@ _bus_message_element (GstBus *bus, GstMessage *message,
 
   fail_unless (ready, "Got ready bus message, but codecs aren't ready yet");
 
-  g_object_get (dat->session, "local-codecs", &codecs, NULL);
+  g_object_get (dat->session, "negotiated-codecs", &codecs, NULL);
   for (item = g_list_first (codecs); item; item = g_list_next (item))
   {
     codec = item->data;
-- 
1.5.6.5




More information about the farsight-commits mailing list