Skip to content
  • Rob Clark's avatar
    fix compile errors on macosx · aa07af41
    Rob Clark authored
    with i686-apple-darwin10-gcc-4.2.1:
    
    encoding-profile.h:134: warning: type qualifiers ignored on function return type
    encoding-profile.c:240: warning: type qualifiers ignored on function return type
    gstencodebin.c: In function 'next_unused_stream_profile':
    gstencodebin.c:454: warning: format '%d' expects type 'int', but argument 8 has type 'GType'
    gstencodebin.c:464: warning: format '%d' expects type 'int', but argument 8 has type 'GType'
    aa07af41