mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
jack: use jack type for the callback
Jack headers have a typedef for the shutdown callback as well.
This commit is contained in:
parent
2b2c0940f1
commit
0280ab04ed
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ struct _GstJackAudioClient
|
||||||
gboolean active;
|
gboolean active;
|
||||||
gboolean deactivate;
|
gboolean deactivate;
|
||||||
|
|
||||||
void (*shutdown) (void *arg);
|
JackShutdownCallback shutdown;
|
||||||
JackProcessCallback process;
|
JackProcessCallback process;
|
||||||
JackBufferSizeCallback buffer_size;
|
JackBufferSizeCallback buffer_size;
|
||||||
JackSampleRateCallback sample_rate;
|
JackSampleRateCallback sample_rate;
|
||||||
|
|
Loading…
Reference in a new issue