Skip to content
Snippets Groups Projects
Forked from GStreamer / gstreamer
103262 commits behind, 22 commits ahead of the upstream repository.
Sebastian Dröge's avatar
Sebastian Dröge authored
When passing "sink_%d" twice to aggregator before it would create two
pads called "sink_0", because it failed to parse "%d" as integer and
used 0 instead then.

Instead validate that parsing was actually successful and also don't
even try to parse if the requested pad name contains a '%'.
99aeb91c
History