Skip to content
  • Sebastian Dröge's avatar
    gst: Fix compilation with latest GLib · fef082b5
    Sebastian Dröge authored
    g_object_ref() forwards the type of its argument nowadays.
    
    ./grammar.y:409:14: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
    gstchildproxy.c:212:7: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
    fef082b5