mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
e531ea9ff0
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 |
||
---|---|---|
.. | ||
frei0r.h | ||
gstfrei0r.c | ||
gstfrei0r.h | ||
gstfrei0rfilter.c | ||
gstfrei0rfilter.h | ||
gstfrei0rmixer.c | ||
gstfrei0rmixer.h | ||
gstfrei0rsrc.c | ||
gstfrei0rsrc.h | ||
Makefile.am |