From 2703a95b23584022a2c2dc271cb5f81355ed9ba4 Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Tue, 26 Sep 2017 13:23:22 -0400 Subject: [PATCH] niimaqdxsrc: declare callback to have correct calling convention --- sys/niimaqdx/gstniimaqdx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/niimaqdx/gstniimaqdx.c b/sys/niimaqdx/gstniimaqdx.c index a4f4ac9..8aa0dd6 100644 --- a/sys/niimaqdx/gstniimaqdx.c +++ b/sys/niimaqdx/gstniimaqdx.c @@ -113,7 +113,7 @@ struct _GstNiImaqDxSrcTimeEntry }; /* This will be called "when a frame done event occurs", so not start of frame */ -uInt32 +uInt32 NI_FUNC gst_niimaqdxsrc_frame_done_callback (IMAQdxSession session, uInt32 bufferNumber, void *userdata) {