gstreamer/gst/frei0r
Nicolas Dufresne e531ea9ff0 frei0r: Fix setting string parameters
String parameters are expected to be passed as (f0r_param_string *),
which actually map to char**. In the filters this is evaluated as
(*(char**)param) which currently lead to crash when passing char*.

Remove the special case for string, all types, including char* as
passed as a reference.

https://phabricator.freedesktop.org/T83
2015-08-11 15:11:01 -04:00
..
frei0r.h frei0r: convert uint32_t to guint32 2010-12-30 19:25:46 -08:00
gstfrei0r.c frei0r: Fix setting string parameters 2015-08-11 15:11:01 -04:00
gstfrei0r.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstfrei0rfilter.c frei0rfilter: fix memory corruption on sink caps changes. 2014-03-11 16:49:11 +01:00
gstfrei0rfilter.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstfrei0rmixer.c Improve and fix LATENCY query handling 2015-02-11 14:16:21 +01:00
gstfrei0rmixer.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstfrei0rsrc.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstfrei0rsrc.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00