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
gstfrei0r.c frei0r: Fix setting string parameters 2015-08-11 15:11:01 -04:00
gstfrei0r.h
gstfrei0rfilter.c
gstfrei0rfilter.h
gstfrei0rmixer.c
gstfrei0rmixer.h
gstfrei0rsrc.c
gstfrei0rsrc.h
Makefile.am