jack: use jack type for the callback

Jack headers have a typedef for the shutdown callback as well.
This commit is contained in:
Stefan Sauer 2012-01-10 15:06:39 +01:00
parent 2b2c0940f1
commit 0280ab04ed

View file

@ -66,7 +66,7 @@ struct _GstJackAudioClient
gboolean active;
gboolean deactivate;
void (*shutdown) (void *arg);
JackShutdownCallback shutdown;
JackProcessCallback process;
JackBufferSizeCallback buffer_size;
JackSampleRateCallback sample_rate;