Skip to content
  • Sebastian Dröge's avatar
    qtdemux: Fix compiler warning · 499c5139
    Sebastian Dröge authored
    qtdemux.c: In function ‘qtdemux_parse_trak’:
    qtdemux.c:10184:38: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘gint {aka const int}’ [-Werror=format=]
               GST_DEBUG_OBJECT (qtdemux, "Found jpeg: len %u, need %lu", len,
                                          ^
    499c5139