summaryrefslogtreecommitdiffstats
path: root/gst/level/level-example.c
Commit message (Collapse)AuthorAgeFilesLines
* moved level-example to tests/examples/level-exampleStefan Kost2005-12-301-102/+0
| | | | | | | | | | | | | | 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
* gst/: Use audiotestsrc instead of sinesrc (#323798).Tim-Philipp Müller2005-12-111-5/+5
| | | | | | | | Original commit message from CVS: * gst/goom/gstgoom.c: * gst/level/level-example.c: (main): * gst/smoothwave/demo-osssrc.c: (main): Use audiotestsrc instead of sinesrc (#323798).
* use ELEMENT messages insteadThomas Vander Stichele2005-10-191-1/+1
| | | | | Original commit message from CVS: use ELEMENT messages instead
* gst/level/level-example.c: Update for new bus API.Wim Taymans2005-09-291-1/+1
| | | | | | Original commit message from CVS: * gst/level/level-example.c: (main): Update for new bus API.
* convert to using GstClockTime for all time values, finally.Thomas Vander Stichele2005-09-231-24/+37
| | | | | Original commit message from CVS: convert to using GstClockTime for all time values, finally.
* gst/level/level-example.c: Fix for new bus API.Wim Taymans2005-09-191-1/+1
| | | | | | | | | Original commit message from CVS: * gst/level/level-example.c: (main): Fix for new bus API. * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property): Set caps on pads.
* common/: a simple py script to generate valid xml from a C example probably ↵Thomas Vander Stichele2005-09-141-0/+89
also need to strip an MIT license when we... Original commit message from CVS: * common/c-to-xml.py: * common/gtk-doc-plugins.mak: a simple py script to generate valid xml from a C example probably also need to strip an MIT license when we decide * docs/plugins/Makefile.am: * gst/level/Makefile.am: * gst/level/gstlevel.c: (gst_level_init): * gst/level/level-example.c: (message_handler), (main): add an example to level that will show up in the docs * gst/rtp/TODO: add a note for the future