summaryrefslogtreecommitdiffstats
path: root/src/polypsink.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-09 15:29:27 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-09 15:29:27 +0000
commit218ba9bee9f7a1cee34e1963f6d0b2d75499e58e (patch)
tree3a63894d7c0fd8f75e3ec5850918a193aa77c0b8 /src/polypsink.h
parent007f36899a324c678270a6e924393aa22495bc3f (diff)
* 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
Diffstat (limited to 'src/polypsink.h')
-rw-r--r--src/polypsink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypsink.h b/src/polypsink.h
index e5e98d0..e66169e 100644
--- a/src/polypsink.h
+++ b/src/polypsink.h
@@ -23,7 +23,7 @@
***/
#include <gst/gst.h>
-#include </usr/include/gstreamer-0.10/gst/audio/gstaudiosink.h>
+#include <gst/audio/gstaudiosink.h>
#include <polyp/polypaudio.h>
#include <polyp/thread-mainloop.h>