summaryrefslogtreecommitdiffstats
path: root/src/polyputil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyputil.h')
-rw-r--r--src/polyputil.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/polyputil.h b/src/polyputil.h
index b800bb2..8cd6a5c 100644
--- a/src/polyputil.h
+++ b/src/polyputil.h
@@ -1,33 +1,33 @@
-#ifndef __GST_POLYPUTIL_H__
-#define __GST_POLYPUTIL_H__
+#ifndef __GST_PULSEUTIL_H__
+#define __GST_PULSEUTIL_H__
/* $Id$ */
/***
- This file is part of gst-polyp.
+ This file is part of gst-pulse.
- gst-polyp is free software; you can redistribute it and/or modify
+ gst-pulse is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.
- gst-polyp is distributed in the hope that it will be useful, but
+ gst-pulse is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with gst-polyp; if not, write to the Free Software
+ License along with gst-pulse; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
***/
#include <gst/gst.h>
-#include <polyp/polypaudio.h>
+#include <pulse/pulseaudio.h>
#include <gst/audio/gstaudiosink.h>
-gboolean gst_polyp_fill_sample_spec(GstRingBufferSpec *spec, pa_sample_spec *ss);
+gboolean gst_pulse_fill_sample_spec(GstRingBufferSpec *spec, pa_sample_spec *ss);
-gchar *gst_polyp_client_name(void);
+gchar *gst_pulse_client_name(void);
#endif