GStreamer multimedia framework
Find a file
Javier Martinez Canillas 6110ecdc9b validate: fix build warning in generate_unwind_trace()
The unw_word_t type has different sizes for 32-bit and 64-bit, so using the
%lx format specifier on a 32-bit CPU leads to the following compile warning:

  CC       libgstvalidate_1.0_la-gst-validate-report.lo
gst-validate-report.c: In function 'generate_unwind_trace':
gst-validate-report.c:137:36: error: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'unw_word_t {aka unsigned int}' [-Werror=format=]
     g_string_append_printf (trace, "%s (0x%lx)\n", name, offset);

Cast to long so the %lx fomart specifier can be always used.
2016-09-22 12:54:57 -03:00
codecanalyzer codecanalyzer: use new gst_element_class_add_static_pad_template() 2016-03-24 14:52:07 +02:00
debug-viewer debug-viewer: Allow running uninstalled with symlink 2016-05-03 15:53:09 -04:00
mediainfo TODO: add some planning comments 2014-07-07 16:12:42 +02:00
vagrant vagrant: initial commit 2013-10-26 03:03:55 -07:00
validate validate: fix build warning in generate_unwind_trace() 2016-09-22 12:54:57 -03:00
.arcconfig Update .arcconfig 2015-10-10 10:47:40 +01:00
.gitignore validate: Add support for Meson as alternative/parallel build system 2016-08-25 15:12:31 -03:00
.gitmodules Adapt submodule usage for gst-devtools 2013-09-09 17:40:36 +02:00
configure configure: fix typos 2016-01-28 11:22:15 -08:00
meson.build validate:meson: Add tests 2016-09-08 10:41:21 -03:00
meson_options.txt meson: Bump version to 1.9.2 2016-09-05 12:32:22 -03:00