[farsight2/master] Have proper src pad template with 3 variables

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


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

diff --git a/gst/fsrtpconference/fs-rtp-conference.c b/gst/fsrtpconference/fs-rtp-conference.c
index 3ed3756..df587e3 100644
--- a/gst/fsrtpconference/fs-rtp-conference.c
+++ b/gst/fsrtpconference/fs-rtp-conference.c
@@ -68,7 +68,7 @@ static GstStaticPadTemplate fs_rtp_conference_sink_template =
                            GST_STATIC_CAPS_ANY);
 
 static GstStaticPadTemplate fs_rtp_conference_src_template =
-  GST_STATIC_PAD_TEMPLATE ("src_%d",
+  GST_STATIC_PAD_TEMPLATE ("src_%d_%d_%d",
                            GST_PAD_SRC,
                            GST_PAD_SOMETIMES,
                            GST_STATIC_CAPS_ANY);
-- 
1.5.6.5




More information about the farsight-commits mailing list