Skip to content
  • Nirbheek Chauhan's avatar
    plugins: Use explicit type conversion from enums · bb0a83b0
    Nirbheek Chauhan authored
    MSVC warns about this because it's a C++ compiler, and this actually
    results in useful things such as the incorrect 'gboolean' return value
    for functions that return GstFlowReturn, so let's do explicit
    conversions to reduce the noise and increase its efficacy.
    bb0a83b0