GStreamer multimedia framework
Find a file
Edward Hervey ebde58f1d1 validate-utils: Fix unitialized variable
gst-validate-utils.c:413:7: error: variable 'v0' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
  if (c == '!') {
      ^~~~~~~~
gst-validate-utils.c:424:10: note: uninitialized use occurs here
  return v0;
         ^~
gst-validate-utils.c:413:3: note: remove the 'if' if its condition is always false
  if (c == '!') {
  ^~~~~~~~~~~~~~~
gst-validate-utils.c:411:13: note: initialize the variable 'v0' to silence this warning
  gdouble v0;
            ^
             = 0.0
1
2014-05-22 16:13:31 +02:00
mediainfo mi-info: handle streams with unknown duration 2013-10-21 13:06:46 +02:00
vagrant vagrant: initial commit 2013-10-26 03:03:55 -07:00
validate validate-utils: Fix unitialized variable 2014-05-22 16:13:31 +02:00
.gitmodules Adapt submodule usage for gst-devtools 2013-09-09 17:40:36 +02:00