mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
track-audio-transition: fix adder sink pad template name
This commit is contained in:
parent
f65df0ec24
commit
423e7078f9
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ link_element_to_mixer_with_volume (GstBin * bin, GstElement * element,
|
||||||
gst_bin_add (bin, volume);
|
gst_bin_add (bin, volume);
|
||||||
|
|
||||||
if (!fast_element_link (element, 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_PAD_LINK_CHECK_NOTHING))
|
||||||
GST_ERROR_OBJECT (bin, "Error linking volume to mixer");
|
GST_ERROR_OBJECT (bin, "Error linking volume to mixer");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue