summaryrefslogtreecommitdiffstats
path: root/tests/examples/level
Commit message (Collapse)AuthorAgeFilesLines
* moap ignoreThomas Vander Stichele2006-06-111-0/+1
| | | | | Original commit message from CVS: moap ignore
* tests/examples/level/Makefile.am: Add -lm to LIBS for pow() function, don't ↵Tim-Philipp Müller2006-06-091-1/+1
| | | | | | | | | | assume one of our dependencies (such as l... Original commit message from CVS: * tests/examples/level/Makefile.am: Add -lm to LIBS for pow() function, don't assume one of our dependencies (such as libxml-2.0) drags it in automatically (#343603).
* moved level-example to tests/examples/level-exampleStefan Kost2005-12-302-0/+126
Original commit message from CVS: * configure.ac: * gst/level/Makefile.am: * gst/level/level-example.c: * tests/Makefile.am: * tests/examples/level/Makefile.am: * tests/examples/level/level-example.c: (message_handler), (main): moved level-example to tests/examples/level-example * tests/old/examples/level/demo.c: (main): * tests/old/examples/level/plot.c: (main): some initial fixes