gstreamer/subprojects/gst-plugins-base/gst
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
..
adder Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
app Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
audioconvert audioconvert: If no channel-mask can be fixated then use a NONE channel layout 2022-05-03 13:41:07 +03:00
audiomixer audiointerleave: fix property docs 2022-07-23 16:03:43 +00:00
audiorate Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
audioresample audio: Add logging that was useful in figuring out the last commit 2022-01-08 05:15:30 +00:00
audiotestsrc audiotestsrc: Produce a default channel mask if possible 2022-01-24 14:05:50 +00:00
compositor compositor: Warn when inputs are SDR/HDR mixed 2022-07-29 13:29:39 +00:00
encoding smartencoder: fix detection of avc1 2022-08-02 15:48:12 +00:00
gio Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
overlaycomposition Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
pbtypes Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
playback decodebin2: don't reverse stream topology order 2022-08-02 15:48:12 +00:00
rawparse rawvideoparse: set format from caps in gst_raw_video_parse_set_config_from_caps 2022-03-27 15:50:07 +00:00
subparse ssaparse: include required system headers for isspace() and sscanf() functions 2022-08-14 08:32:05 +00:00
tcp Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
typefind typefindfunctions: Fix WebVTT format detection 2022-02-11 13:48:45 +00:00
videoconvertscale videoconvertscale: ensure writable caps when fixating format 2022-07-04 19:57:10 +00:00
videorate videorate: fix assertion when pushing last and only buffer without duration 2022-04-26 13:43:56 +00:00
videotestsrc Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
volume Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
meson.build Introduce the videocolorscale element 2022-04-20 17:03:21 -04:00