gstreamer/ext
Josep Torra dbef8c43e8 closedcaption: fix build error in OSX
Fixes the following error.

gstccconverter.c:677:7: error: variable 'len' is used uninitialized whenever 'if' condition is false
      [-Werror,-Wsometimes-uninitialized]
  if (flags & 0x40) {
      ^~~~~~~~~~~~
gstccconverter.c:698:10: note: uninitialized use occurs here
  return len;
         ^~~
gstccconverter.c:677:3: note: remove the 'if' if its condition is always true
  if (flags & 0x40) {
  ^~~~~~~~~~~~~~~~~~
gstccconverter.c:572:12: note: initialize the variable 'len' to silence this warning
  guint len;
           ^
            = 0
2019-03-25 18:28:55 +01:00
..
aom
assrender
bs2b
bz2
chromaprint
closedcaption closedcaption: fix build error in OSX 2019-03-25 18:28:55 +01:00
colormanagement
curl
dash
dc1394
directfb
dtls dtls: Don't abort on non-fatal issues 2019-02-13 17:48:46 +00:00
dts
faac
faad
fdkaac
flite
fluidsynth
gme meson: build gme plugin 2018-12-17 09:12:53 +00:00
gsm
hls
iqa
kate Add feature options for almost all plugins 2018-07-27 19:04:38 +05:30
ladspa
libde265
libmms
lv2
modplug
mpeg2enc
mplex meson: mjpegtools_api should be 20K for mplex too 2018-07-27 22:36:40 -04:00
musepack
neon
ofa
openal openal: Fix AL header path for Mac OS X 2018-12-25 00:42:31 +09:00
opencv opencv cameraundistort: use G_GNUC_UNUSED for better portability 2019-02-02 18:34:10 +00:00
openexr
openh264
openjpeg
openmpt meson: build openmpt plugin 2018-12-17 09:12:53 +00:00
openni2
opus
resindvd
rsvg
rtmp
sbc Add feature options for almost all plugins 2018-07-27 19:04:38 +05:30
sctp sctp: link against ws2_32 on windows 2018-10-17 21:07:36 +11:00
smoothstreaming
sndfile meson: Add libsinc to the CFLAGS 2018-12-17 12:30:27 +02:00
soundtouch
spandsp
srt srt: fix uri and string leaks 2019-03-08 01:18:39 +00:00
srtp
teletextdec
ttml
voaacenc
voamrwbenc meson: build voamrwbenc plugin 2018-12-17 09:12:53 +00:00
vulkan
wayland
webp
webrtc webrtcbin: fix pt selection for FEC and RTX when BUNDLE 2019-03-15 18:37:51 +01:00
webrtcdsp
wildmidi
wpe
x265
zbar
Makefile.am
meson.build