Skip to content
  • Tim-Philipp Müller's avatar
    omx: more printf format fixes · 2cbbab31
    Tim-Philipp Müller authored
    Fix printf formats again, so that gst-omx compiles warning-
    free on the Raspberry Pi as well. Unfortunately OMX_UINT32
    maybe be typedefed to uint32_t or unsigned long, which
    doesn't work well with our debugging printf format strings,
    so just use %u for those and cast to guint.
    2cbbab31