gstreamer/gst-libs/gst
Sebastian Dröge 13643870bf video-scaler: Guard against (impossible) bits!=16 && bits!=8 case to fix compiler warning with clang
video-scaler.c:1331:14: error: variable 'func' is used uninitialized whenever 'if' condition is false
      [-Werror,-Wsometimes-uninitialized]
  } else if (bits == 16) {
             ^~~~~~~~~~
video-scaler.c:1348:3: note: uninitialized use occurs here
  func (scale, src_lines, dest, dest_offset, width, n_elems);
  ^~~~
video-scaler.c:1331:10: note: remove the 'if' if its condition is always true
  } else if (bits == 16) {
         ^~~~~~~~~~~~~~~~
video-scaler.c:1260:27: note: initialize the variable 'func' to silence this warning
  GstVideoScalerVFunc func;
                          ^
                           = NULL
2015-02-10 16:44:38 +01:00
..
allocators docs: gst_dmabuf_allocator_alloc: Improve documentation 2014-11-03 09:02:46 -05:00
app appsink: Only emit EOS signal after all buffers are consumed 2015-01-20 19:22:15 +01:00
audio audiodecoder: Where possible, skip decode for GST_SEGMENT_FLAG_TRICKMODE_NO_AUDIO 2015-02-06 04:09:37 +11:00
fft fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
pbutils Fix documentation that incorrectly says a return value should be freed 2014-12-27 13:02:14 +00:00
riff riff-media: Error out early if we observe an invalid audio format 2014-12-18 13:25:01 +01:00
rtp rtcpbuffer: fix spelling of word in comment 2014-12-12 08:32:15 -08:00
rtsp rtspmessage: map headers we know that are added by string to their enum 2015-02-09 18:03:43 +00:00
sdp sdp: add gstmikey.h to sdp.h 2014-07-04 09:01:35 +01:00
tag Don't compare booleans for equality to TRUE and FALSE 2014-12-01 09:51:12 +01:00
video video-scaler: Guard against (impossible) bits!=16 && bits!=8 case to fix compiler warning with clang 2015-02-10 16:44:38 +01:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00