summaryrefslogtreecommitdiffstats
path: root/src/pulseutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulseutil.h')
-rw-r--r--src/pulseutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulseutil.h b/src/pulseutil.h
index 8cd6a5c..2df29bb 100644
--- a/src/pulseutil.h
+++ b/src/pulseutil.h
@@ -30,4 +30,6 @@ gboolean gst_pulse_fill_sample_spec(GstRingBufferSpec *spec, pa_sample_spec *ss)
gchar *gst_pulse_client_name(void);
+pa_channel_map* gst_pulse_gst_to_channel_map (pa_channel_map* map, GstRingBufferSpec *spec);
+
#endif