Skip to content
  • Sebastian Dröge's avatar
    glcolorconvert: Fix compiler warning · a8d49891
    Sebastian Dröge authored
    gstglcolorconvertelement.c:230:19: error: unused variable 'in_structure'
          [-Werror,-Wunused-variable]
        GstStructure *in_structure = gst_caps_get_structure (caps, 0);
                      ^
    a8d49891