From: Aaron Boxer Date: Sat, 7 Dec 2019 05:26:34 +0000 (-0600) Subject: d3dvideosink: add two forward declarations X-Git-Tag: 1.19.3~507^2~2530 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e3520a302c32e8c3f8357dd50fbb8e4fdfc47f3;p=platform%2Fupstream%2Fgstreamer.git d3dvideosink: add two forward declarations --- diff --git a/sys/d3dvideosink/d3dhelpers.c b/sys/d3dvideosink/d3dhelpers.c index dbe2198..dd93e82 100644 --- a/sys/d3dvideosink/d3dhelpers.c +++ b/sys/d3dvideosink/d3dhelpers.c @@ -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);