gstreamer/ext/soundtouch
Sebastian Dröge 625a222f06 ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant in most environments when using C++ and...
Original commit message from CVS:
* ext/mpeg2enc/gstmpeg2enc.cc:
* ext/soundtouch/gstbpmdetect.cc:
Cast NULL sentinels to void * as NULL is defined as an integer
constant in most environments when using C++ and it's size might
be different from a pointer.
2008-04-25 23:22:56 +00:00
..
gstbpmdetect.cc ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant in most environments when using C++ and... 2008-04-25 23:22:56 +00:00
gstbpmdetect.hh ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM. 2008-01-27 05:56:04 +00:00
gstpitch.cc ext/soundtouch/gstpitch.cc: Cast a double to a GstClockTimeDiff to fix a compiler warning. 2008-01-27 17:02:24 +00:00
gstpitch.hh ext/soundtouch/gstpitch.*: Implement LATENCY query and notify about latency changes. 2008-01-27 07:37:40 +00:00
Makefile.am Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when building C++ code. 2008-02-23 15:01:32 +00:00
plugin.c ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM. 2008-01-27 05:56:04 +00:00