Skip to content
  • Sebastian Dröge's avatar
    rtsp-media-factory-uri: Fix compilation with latest GLib · 050803b9
    Sebastian Dröge authored
    rtsp-media-factory-uri.c: In function ‘rtsp_media_factory_uri_create_element’:
    rtsp-media-factory-uri.c:621:17: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
       data->factory = g_object_ref (factory);
                     ^
    050803b9