[farsight2/master] Add GST_DEBUG_FUNCPTR to FsBaseConference

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


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

diff --git a/gst/fsrtpconference/fs-rtp-conference.c b/gst/fsrtpconference/fs-rtp-conference.c
index 561e02c..d67a909 100644
--- a/gst/fsrtpconference/fs-rtp-conference.c
+++ b/gst/fsrtpconference/fs-rtp-conference.c
@@ -125,8 +125,10 @@ fs_rtp_conference_class_init (FsRtpConferenceClass * klass)
 
   parent_class = g_type_class_peek_parent (klass);
 
-  baseconf_class->new_session = fs_rtp_conference_new_session;
-  baseconf_class->new_participant = fs_rtp_conference_new_participant;
+  baseconf_class->new_session =
+    GST_DEBUG_FUNCPTR (fs_rtp_conference_new_session);
+  baseconf_class->new_participant =
+    GST_DEBUG_FUNCPTR (fs_rtp_conference_new_participant);
 
   gobject_class->finalize = GST_DEBUG_FUNCPTR (fs_rtp_conference_finalize);
 }
-- 
1.5.6.5




More information about the farsight-commits mailing list