[farsight2/master] Use dtmf muxer, instead of regular rtp muxer

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


---
 gst/fsrtpconference/fs-rtp-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 80a4b7b..67d456a 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -783,7 +783,7 @@ fs_rtp_session_constructed (GObject *object)
   /* Lets now create the RTP muxer */
 
   tmp = g_strdup_printf ("send_rtp_muxer_%u", self->id);
-  muxer = gst_element_factory_make ("rtpmux", tmp);
+  muxer = gst_element_factory_make ("rtpdtmfmux", tmp);
   g_free (tmp);
 
   if (!muxer) {
-- 
1.5.6.5




More information about the farsight-commits mailing list