gstreamer/sys
Sebastian Dröge d6b75e5233 decklink: Fix compiler warning with clang
gstdecklink.cpp:821:11: warning: variable 'dtc' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
      if (m_input->videosrc) {
          ^~~~~~~~~~~~~~~~~
gstdecklink.cpp:837:41: note: uninitialized use occurs here
          stream_time, stream_duration, dtc, no_signal);
                                        ^~~
gstdecklink.cpp:821:7: note: remove the 'if' if its condition is always true
      if (m_input->videosrc) {
      ^~~~~~~~~~~~~~~~~~~~~~~
gstdecklink.cpp:810:29: note: initialize the variable 'dtc' to silence this warning
      IDeckLinkTimecode *dtc;
                            ^
                             = NULL
2017-01-25 20:48:58 +02:00
..
acmenc bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
acmmp3dec bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
androidmedia androidmedia: Use proper instance name 2017-01-13 14:46:36 +01:00
applemedia gl: update sys dependants for function removals 2017-01-13 13:01:28 +11:00
bluez a2dpsink: Drop some dead-code 2016-09-29 21:46:56 +05:30
d3dvideosink Remove 'return' from void functions 2016-11-12 10:53:02 +02:00
decklink decklink: Fix compiler warning with clang 2017-01-25 20:48:58 +02:00
directsound directsoundsrc: Correctly cast mixer to uintptr 2016-10-31 16:06:49 +02:00
dshowdecwrapper sys: Fix caps memory leak from pad template creation 2016-12-14 10:21:39 +02:00
dshowsrcwrapper dshowsrcwrapper: fix DirectShow caps negotiation and set capture pin caps 2016-04-23 15:21:44 +01:00
dshowvideosink bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
dvb dvb: move adapter number set-up by way of environment to dvbsrc 2016-12-22 16:39:24 -08:00
fbdev fbdevsink: Add to meson build 2016-11-14 23:15:34 +05:30
kms kmssink: post error message if start() fails 2016-11-30 20:13:55 +01:00
msdk msdk: Propagate GstFlowReturn values 2017-01-20 11:11:50 -08:00
nvenc nvenc: add some rate control modes/properties 2016-04-08 15:24:20 +10:00
opensles opensles: Add opensles.h to noinst_HEADERS 2016-08-24 13:35:45 +03:00
shm shmsrc: Do not call gst_poll_remove_fd upon stop if reading was never started 2016-07-04 12:52:29 +02:00
tinyalsa bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
uvch264 uvch264src: Add meson build support 2017-01-02 19:58:06 +05:30
vcd bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
vdpau Fix some caps leaks in pad template creation code 2017-01-03 10:02:58 +00:00
wasapi Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
winks winks: undef windows SDK macros before redefining them 2016-11-12 10:53:02 +02:00
winscreencap gdiscreencapsrc: remove empty gst_gdiscreencapsrc_stop vfunc 2016-11-14 21:02:24 +02:00
Makefile.am Remove various unported plugins 2016-12-21 11:17:11 +02:00
meson.build meson: build decklink plugin 2017-01-05 20:34:14 +00:00