track-audio-transition: fix adder sink pad template name
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 1 May 2012 17:43:02 +0000 (18:43 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 1 May 2012 17:51:30 +0000 (18:51 +0100)
ges/ges-track-audio-transition.c

index 7f03cad..9f91da0 100644 (file)
@@ -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");