Skip to content
  • David Schleef's avatar
    xoverlay: Add guintptr versions of functions · 6dc02137
    David Schleef authored
    And deprecate the gulong versions.  This is to support platforms
    where sizeof(unsigned long) < sizeof(void *).  Fixes #627565.
    
    API: Add gst_x_overlay_set_window_handle()
    API: Deprecate: gst_x_overlay_set_xwindow_id()
    API: Add gst_x_overlay_got_window_handle()
    API: Deprecate: gst_x_overlay_got_xwindow_id()
    API: Add GstXOverlay::set_window_handle()
    API: Deprecate: GstXOverlay::set_xwindow_id()
    6dc02137