From 423e7078f9369d762d9da7d2cc7f0830bdb4e925 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 1 May 2012 18:43:02 +0100 Subject: [PATCH] track-audio-transition: fix adder sink pad template name --- ges/ges-track-audio-transition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-track-audio-transition.c b/ges/ges-track-audio-transition.c index 7f03cad..9f91da0 100644 --- a/ges/ges-track-audio-transition.c +++ b/ges/ges-track-audio-transition.c @@ -153,7 +153,7 @@ link_element_to_mixer_with_volume (GstBin * bin, GstElement * element, gst_bin_add (bin, volume); if (!fast_element_link (element, volume) || - !gst_element_link_pads_full (volume, "src", mixer, "sink%d", + !gst_element_link_pads_full (volume, "src", mixer, "sink_%u", GST_PAD_LINK_CHECK_NOTHING)) GST_ERROR_OBJECT (bin, "Error linking volume to mixer"); -- 2.7.4