summaryrefslogtreecommitdiffstats
path: root/tests/check/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-10-27 16:04:48 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-10-27 16:04:48 +0000
commit56560329df95a5429d1ded7e3d9ece1e19f16013 (patch)
treeadf548637197b4553875ffd4bcdc94dc68a273cc /tests/check/Makefile.am
parentadbe2a1b69af3050578701a5717cfe146c06775e (diff)
downloadgst-plugins-bad-56560329df95a5429d1ded7e3d9ece1e19f16013.tar.gz
gst-plugins-bad-56560329df95a5429d1ded7e3d9ece1e19f16013.tar.bz2
gst-plugins-bad-56560329df95a5429d1ded7e3d9ece1e19f16013.zip
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.
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r--tests/check/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 8da66784..8d450738 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -59,6 +59,7 @@ check_PROGRAMS = \
$(check_neon) \
$(check_timidity) \
elements/bpwsinc \
+ elements/interleave \
elements/lpwsinc \
elements/multifile \
elements/rganalysis \