GStreamer multimedia framework
Go to file
Matthew Waters e3f4d51771 validate: fix build with newer gcc
In file included from ../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/gst.h:55,
                 from ../validate/gst/validate/gst-validate-scenario.c:45:
../validate/gst/validate/gst-validate-scenario.c: In function ‘gst_validate_scenario_load’:
../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/gstinfo.h:645:5: error: ‘%s’ directive argument is null [-Werror=format-overflow=]
  645 |     gst_debug_log ((cat), (level), __FILE__, GST_FUNCTION, __LINE__, \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  646 |         (GObject *) (object), __VA_ARGS__);    \
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/gstinfo.h:1067:26: note: in expansion of macro ‘GST_CAT_LEVEL_LOG’
 1067 | #define GST_ERROR(...)   GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_ERROR,   NULL, __VA_ARGS__)
      |                          ^~~~~~~~~~~~~~~~~
../validate/gst/validate/gst-validate-scenario.c:3615:5: note: in expansion of macro ‘GST_ERROR’
 3615 |     GST_ERROR ("Invalid name for scenario '%s'", scenario_name);
      |     ^~~~~~~~~
../validate/gst/validate/gst-validate-scenario.c:3615:44: note: format string is defined here
 3615 |     GST_ERROR ("Invalid name for scenario '%s'", scenario_name);
      |                                            ^~
2019-09-24 11:45:34 +10:00
codecanalyzer codecanalyzer: Use glib variant of strcmp 2019-04-01 21:49:37 +09:00
debug-viewer Pass python files through autopep8 2019-04-03 13:38:42 +00:00
docs doc: Minor typo fixes. 2019-06-27 00:41:03 +00:00
hooks Pass python files through autopep8 2019-04-03 13:38:42 +00:00
mediainfo mediainfo: update build setup 2016-12-30 11:54:35 +01:00
tracer Pass python files through autopep8 2019-04-03 13:38:42 +00:00
vagrant vagrant: initial commit 2013-10-26 03:03:55 -07:00
validate validate: fix build with newer gcc 2019-09-24 11:45:34 +10:00
.arcconfig Update .arcconfig 2015-10-10 10:47:40 +01:00
.gitignore validate:launcher: Launch tests in _TestsLauncher not in TestsManagaer 2017-12-02 09:42:19 -03:00
.gitlab-ci.yml ci: Run valgrind tests when changing the check testsuite 2019-04-17 18:10:12 -04:00
.gitmodules Update git locations to gitlab 2018-11-05 05:54:43 +00:00
configure configure: fix typos 2016-01-28 11:22:15 -08:00
meson.build meson: Bump minimal GLib version to 2.44 2019-05-31 23:18:08 +02:00
meson_options.txt doc: Port to hotdoc 2019-05-13 11:37:38 -04:00