gstreamer/gst
Matthew Waters 67e4684932 build: fix werror build with newer gcc
In file included from ../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/gstbin.h:27,
                 from ../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/gst.h:35,
                 from ../gst/rtp/gstrtpsink.h:23,
                 from ../gst/rtp/gstrtpsink.c:49:
In function ‘gst_rtp_sink_start’,
    inlined from ‘gst_rtp_sink_change_state’ at ../gst/rtp/gstrtpsink.c:509:11:
../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/gstelement.h:422:18: error: ‘%s’ directive argument is null [-Werror=format-overflow=]
  422 |   gchar *__txt = _gst_element_error_printf text;                        \
../gst/rtp/gstrtpsink.c:476:3: note: in expansion of macro ‘GST_ELEMENT_ERROR’
  476 |   GST_ELEMENT_ERROR (self, RESOURCE, NOT_FOUND,
      |   ^~~~~~~~~~~~~~~~~
../gst/rtp/gstrtpsink.c: In function ‘gst_rtp_sink_change_state’:
../gst/rtp/gstrtpsink.c:477:37: note: format string is defined here
  477 |       ("Could not resolve hostname '%s'", remote_addr),
      |                                     ^~

In file included from ../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/gstbin.h:27,
                 from ../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/gst.h:35,
                 from ../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/rtp/gstrtpdefs.h:27,
                 from ../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/rtp/rtp.h:25,
                 from ../gst/rist/gstristsink.c:72:
In function ‘gst_rist_sink_setup_rtcp_socket’,
    inlined from ‘gst_rist_sink_start’ at ../gst/rist/gstristsink.c:658:10,
    inlined from ‘gst_rist_sink_change_state’ at ../gst/rist/gstristsink.c:801:13:
../../../../dist/linux_x86_64/include/gstreamer-1.0/gst/gstelement.h:422:18: error: ‘%s’ directive argument is null [-Werror=format-overflow=]
  422 |   gchar *__txt = _gst_element_error_printf text;                        \
../gst/rist/gstristsink.c:595:3: note: in expansion of macro ‘GST_ELEMENT_ERROR’
  595 |   GST_ELEMENT_ERROR (sink, RESOURCE, NOT_FOUND,
      |   ^~~~~~~~~~~~~~~~~
../gst/rist/gstristsink.c: In function ‘gst_rist_sink_change_state’:
../gst/rist/gstristsink.c:596:37: note: format string is defined here
  596 |       ("Could not resolve hostname '%s'", remote_addr),
      |                                     ^~
2019-09-24 10:29:44 +10:00
..
accurip docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00
adpcmdec docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
adpcmenc docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
aiff aiff: Fix infinite loop in header parsing. 2019-07-15 16:16:05 -04:00
asfmux docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
audiobuffersplit docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
audiofxbad docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
audiolatency meson: add more plugins to plugins list 2019-05-30 20:41:57 +02:00
audiomixmatrix docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
audiovisualizers docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
autoconvert doc: fix element section documentations 2019-05-25 16:58:13 +02:00
bayer docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
camerabin2 GstViewfinderBin: Fix typo in videoscale's name element 2019-09-16 08:24:42 +00:00
coloreffects docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
debugutils errorignore: Try pushing again after a caps event too 2019-08-06 16:22:27 +00:00
dvbsuboverlay docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
dvdspu docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
faceoverlay doc: remove xml from comments 2019-05-29 22:58:08 +02:00
festival docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00
fieldanalysis docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
freeverb docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
frei0r docs: Make sure frei0r plugins properties default are stable 2019-05-14 10:47:19 -04:00
gaudieffects docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
gdp docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
geometrictransform docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
id3tag docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
inter docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
interlace docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
ivfparse ivfparse: Check the data size against IVF_FRAME_HEADER_SIZE 2019-05-22 12:37:29 +08:00
ivtc docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
jp2kdecimator docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
jpegformat docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
librfb docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
midi docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
mpegdemux mpegdemux: Parse mpeg audio layer version and add to caps. 2019-08-05 14:32:24 +00:00
mpegpsmux docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
mpegtsdemux tsdemux: Make latency configurable 2019-08-27 12:09:57 -04:00
mpegtsmux atscmux: fix AC-3 stream id 2019-08-13 21:36:06 +00:00
mxf mxfdemux: Also allow picture essence element type 0x05 for VC-3 2019-08-12 18:19:46 +00:00
netsim docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
onvif rtponviftimestamp: add opt-out "drop-out-of-segment" property 2019-08-06 22:49:25 +00:00
pcapparse docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00
pnm docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
proxy proxy: Forward queries/events sent directly to the element correctly 2019-05-22 07:48:33 +00:00
rawparse docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
removesilence docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
rist build: fix werror build with newer gcc 2019-09-24 10:29:44 +10:00
rtp build: fix werror build with newer gcc 2019-09-24 10:29:44 +10:00
sdp docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
segmentclip docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
siren siren: fix a global buffer overflow spotted by asan 2019-07-22 08:00:00 +00:00
smooth docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
speed docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
subenc docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
timecode timecodestamper: Require a non-0/1 framerate on the pad templates 2019-08-06 16:22:27 +00:00
transcode Import GstTranscoder 2019-08-28 13:02:13 +00:00
videofilters docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
videoframe_audiolevel docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
videoparsers h265parse: fix colorimetry in src caps if sink caps has no structure 2019-08-27 06:06:01 +00:00
videosignal doc: fix element section documentations 2019-05-25 16:58:13 +02:00
vmnc docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
y4m docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
yadif docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
Makefile.am build: build plugins and examples in parallel where possible, if make -jN is used 2010-03-30 01:17:15 +01:00
meson.build Import GstTranscoder 2019-08-28 13:02:13 +00:00