d3dvideosink: add two forward declarations
authorAaron Boxer <aaron.boxer@collabora.com>
Sat, 7 Dec 2019 05:26:34 +0000 (23:26 -0600)
committerAaron Boxer <aaron.boxer@collabora.com>
Wed, 18 Dec 2019 18:15:05 +0000 (13:15 -0500)
sys/d3dvideosink/d3dhelpers.c

index dbe2198..dd93e82 100644 (file)
@@ -54,6 +54,9 @@ static HWND d3d_create_internal_window (GstD3DVideoSink * sink);
 
 static void d3d_class_notify_device_lost (GstD3DVideoSink * sink);
 
+static void d3d_class_display_device_destroy (GstD3DVideoSinkClass * klass);
+static gboolean d3d_class_display_device_create (GstD3DVideoSinkClass * klass,
+    UINT adapter);
 
 static LRESULT APIENTRY d3d_wnd_proc_internal (HWND hWnd, UINT message,
     WPARAM wParam, LPARAM lParam);