gstreamer/subprojects/gst-plugins-base/gst/subparse
Khem Raj ce1f1c9eff ssaparse: include required system headers for isspace() and sscanf() functions
Newer compilers ( clang 15 ) have turned stricter and errors out instead
of warning on implicit function declations

Fixes
gstssaparse.c:297:12: error: call to undeclared library function 'isspace' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    while (isspace(*t))

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2879>
2022-08-14 08:32:05 +00:00
..
gstssaparse.c ssaparse: include required system headers for isspace() and sscanf() functions 2022-08-14 08:32:05 +00:00
gstssaparse.h
gstsubparse.c subparse: Handle GAP events before buffers 2022-03-09 23:58:07 +00:00
gstsubparse.h
gstsubparseelement.c subparse: don't try to index string with -1 2022-04-10 10:57:08 +10:00
gstsubparseelements.h
gstsubparseplugin.c
meson.build
mpl2parse.c
mpl2parse.h
qttextparse.c
qttextparse.h
samiparse.c samiparse: clean up some GString usage 2022-07-01 17:24:52 +00:00
samiparse.h
tmplayerparse.c
tmplayerparse.h