gstreamer/ext/closedcaption
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
..
bcd.h closedcaption: Include zvbi raw vbi decoder code 2018-05-28 14:50:01 +02:00
bit_slicer.c closedcaption: zvbi: Remove dead code 2018-05-28 15:03:57 +02:00
bit_slicer.h closedcaption: Include zvbi raw vbi decoder code 2018-05-28 14:50:01 +02:00
decoder.c closedcaption: Port plugin to MSVC 2019-02-15 23:39:35 +05:30
decoder.h closedcaption: Port plugin to MSVC 2019-02-15 23:39:35 +05:30
gstcccombiner.c cccombiner: improve behaviour on timeout 2019-03-13 13:50:29 +01:00
gstcccombiner.h cccombiner: implement update_src_caps 2019-02-28 17:03:33 +00:00
gstccconverter.c closedcaption: fix build error in OSX 2019-03-25 18:28:55 +01:00
gstccconverter.h closedcaption: Add ccconverter element that can convert between different types of Closed Caption formats 2018-12-19 00:19:39 +02:00
gstccextractor.c closedcaption: Use new API for converting GstVideoCaptionType from/to GstCaps 2018-12-15 21:31:28 +00:00
gstccextractor.h ccextractor: Include framerate in the closedcaption caps 2018-12-06 16:06:05 +00:00
gstcea708decoder.c closedcaption: cea708decoder: fix some memory leaks 2019-03-08 01:18:39 +00:00
gstcea708decoder.h closedcaption: cea708decoder: fix some memory leaks 2019-03-08 01:18:39 +00:00
gstceaccoverlay.c closedcaption: cea708decoder: fix some memory leaks 2019-03-08 01:18:39 +00:00
gstceaccoverlay.h ceaccoverlay: New CEA-708 Closed Caption decoder and overlayer 2018-05-28 15:29:01 +02:00
gstclosedcaption.c closedcaption: add line21 encoder 2019-03-06 11:29:20 +01:00
gstline21dec.c closedcaption: fix leak in line21 decoder 2019-03-08 01:18:39 +00:00
gstline21dec.h closedcaption: Add new "line 21 VBI" CC decoder 2018-05-28 15:03:57 +02:00
gstline21enc.c closedcaption: add line21 encoder 2019-03-06 11:29:20 +01:00
gstline21enc.h closedcaption: add line21 encoder 2019-03-06 11:29:20 +01:00
hamm.h Check in vbi encoder 2019-03-06 10:32:43 +01:00
io-sim.c closedcaption: Fix build with Visual Studio 2019-03-11 15:02:53 +05:30
io-sim.h Check in vbi encoder 2019-03-06 10:32:43 +01:00
macros.h closedcaption: Include zvbi raw vbi decoder code 2018-05-28 14:50:01 +02:00
Makefile.am closedcaption: add line21 encoder 2019-03-06 11:29:20 +01:00
meson.build closedcaption: add line21 encoder 2019-03-06 11:29:20 +01:00
misc.h closedcaption: fix build error in OSX 2019-03-25 18:28:55 +01:00
raw_decoder.c closedcaption: comment out unused function 2018-08-14 13:31:49 +02:00
raw_decoder.h closedcaption: Include zvbi raw vbi decoder code 2018-05-28 14:50:01 +02:00
sampling_par.c closedcaption: Include zvbi raw vbi decoder code 2018-05-28 14:50:01 +02:00
sampling_par.h closedcaption: Include zvbi raw vbi decoder code 2018-05-28 14:50:01 +02:00
sliced.h closedcaption: Include zvbi raw vbi decoder code 2018-05-28 14:50:01 +02:00