summaryrefslogtreecommitdiffstats
path: root/tests/icles
AgeCommit message (Collapse)AuthorFilesLines
2006-07-13Port mpeg2enc to 0.10 (#343184).Mark Nauwelaerts1-1/+1
Original commit message from CVS: Patch by: Mark Nauwelaerts <manauw at skynet be> * configure.ac: * ext/Makefile.am: * ext/mpeg2enc/Makefile.am: * ext/mpeg2enc/gstmpeg2enc.cc: * ext/mpeg2enc/gstmpeg2enc.hh: * ext/mpeg2enc/gstmpeg2encoder.cc: * ext/mpeg2enc/gstmpeg2encoder.hh: * ext/mpeg2enc/gstmpeg2encoptions.cc: * ext/mpeg2enc/gstmpeg2encpicturereader.cc: * ext/mpeg2enc/gstmpeg2encpicturereader.hh: * ext/mpeg2enc/gstmpeg2encstreamwriter.cc: * ext/mpeg2enc/gstmpeg2encstreamwriter.hh: Port mpeg2enc to 0.10 (#343184). * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/check/elements/mpeg2enc.c: Add unit test for mpeg2enc. * tests/icles/.cvsignore: Ignore pitch-test.
2006-06-14ext/soundtouch/: Make pitch element controllable via GstController interface ↵Wouter Paesen2-1/+113
(#344821). Original commit message from CVS: Patch by: Wouter Paesen <wouter at kangaroot net> * ext/soundtouch/Makefile.am: * ext/soundtouch/gstpitch.cc: Make pitch element controllable via GstController interface (#344821). * configure.ac: Up core requirements to 0.10.8.1/CVS because earlier GstControllers can't handle float properties correctly. Check for GstController CFLAGS and LIBS. * tests/icles/Makefile.am: * tests/icles/pitch-test.c: (main): Add small test program for the above (welcome to the 80s!).
2006-06-06ignore moreThomas Vander Stichele1-0/+2
Original commit message from CVS: ignore more
2006-05-05Some changes proposed by wingo in bug #338818 (but not everything yet). ↵Martin Rubli1-2/+2
Patch from Martin Rubli to fix framerate dete... Original commit message from CVS: Some changes proposed by wingo in bug #338818 (but not everything yet). Patch from Martin Rubli to fix framerate detection.
2006-05-04tests/icles/Makefile.am: Fix build.Julien Moutte1-0/+1
Original commit message from CVS: 2006-05-04 Julien MOUTTE <julien@moutte.net> * tests/icles/Makefile.am: Fix build.
2006-05-01Few improvements to move to good.Edgard Lima2-0/+256
Original commit message from CVS: Few improvements to move to good.
2006-04-28moved ximagesrc to goodThomas Vander Stichele3-84/+0
Original commit message from CVS: moved ximagesrc to good
2006-04-07tests/icles/ximagesrc-test.c: Actually assert that pipeline goes to playingZaheer Abbas Merali1-0/+6
Original commit message from CVS: 2006-04-07 Zaheer Abbas Merali <zaheerabbas at merali dot org> * tests/icles/ximagesrc-test.c: (main): Actually assert that pipeline goes to playing
2006-04-015 second timeoutThomas Vander Stichele1-2/+2
Original commit message from CVS: 5 second timeout
2006-04-01rename testThomas Vander Stichele3-2/+3
Original commit message from CVS: rename test
2006-03-31Add tests and fix PAR caps issue to ximagesrcZaheer Abbas Merali2-0/+77
Original commit message from CVS: 2006-03-31 Zaheer Abbas Merali <zaheerabbas at merali dot org> * Makefile.am: * configure.ac: * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_ximage_get), (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init): * sys/ximagesrc/ximageutil.c: * tests/Makefile.am: * tests/icles/Makefile.am: * tests/icles/ximagesrc-test.c: (terminate_playback), (main): Add tests and fix PAR caps issue to ximagesrc