commit | 5a046c7e0395cec55a540458b9524024486507a8 | [log] [tgz] |
---|---|---|
author | Tim-Philipp Müller <tim@centricular.net> | Sat Oct 27 16:04:48 2007 +0000 |
committer | Tim-Philipp Müller <tim@centricular.net> | Sat Oct 27 16:04:48 2007 +0000 |
tree | 55d927b190e4b5ea1f8316e6664855a13279d1fc | |
parent | 94c519cead2e9caf334f7f0f465a4f99b046921c [diff] |
gst/interleave/interleave.c: Let's not call every request pad we create "sink%d", that'll create problems if there's ... Original commit message from CVS: * gst/interleave/interleave.c: (gst_interleave_request_new_pad): Let's not call every request pad we create "sink%d", that'll create problems if there's to be more than one pad. Fixes #490682. * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/check/elements/interleave.c: Add unit test for the above.