From 218ba9bee9f7a1cee34e1963f6d0b2d75499e58e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 9 May 2006 15:29:27 +0000 Subject: * use the same gst_polyp_fill_sample_spec() implementation by both the sink and the source * pass a sensible client name to Polypaudio git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@18 bb39ca4e-bce3-0310-b5d4-eea78a553289 --- src/polyputil.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/polyputil.h (limited to 'src/polyputil.h') diff --git a/src/polyputil.h b/src/polyputil.h new file mode 100644 index 0000000..b800bb2 --- /dev/null +++ b/src/polyputil.h @@ -0,0 +1,33 @@ +#ifndef __GST_POLYPUTIL_H__ +#define __GST_POLYPUTIL_H__ + +/* $Id$ */ + +/*** + This file is part of gst-polyp. + + gst-polyp 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 + 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 + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. +***/ + +#include +#include +#include + +gboolean gst_polyp_fill_sample_spec(GstRingBufferSpec *spec, pa_sample_spec *ss); + +gchar *gst_polyp_client_name(void); + +#endif -- cgit