niimaqdxsrc: declare callback to have correct calling convention

This commit is contained in:
Joshua M. Doe 2017-09-26 13:23:22 -04:00
parent bf767a74a9
commit 2703a95b23

View File

@ -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)
{