summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-11 21:15:10 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-11 21:15:10 +0000
commit743b4b1ef29046ec07846daa9ae0c2869044c832 (patch)
tree27c3e00b0867825723360e49d1949f71115b30f9
parenta8968e04abfca79ea275c387e2f75d8837d96f9f (diff)
the gstreamer-properties tool ignores all plugins with a version number < 0.10. Hence we hack our module to always return a release number > 0.10
git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@27 bb39ca4e-bce3-0310-b5d4-eea78a553289
-rw-r--r--src/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.c b/src/plugin.c
index bae4773..a2ade0d 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -50,7 +50,7 @@ GST_PLUGIN_DEFINE(
"polypaudio",
"Polypaudio Elements Plugin",
plugin_init,
- VERSION,
+ "0.10."VERSION,
"LGPL",
"polypaudio",
"http://0pointer.de/lennart/projects/gst-polyp/"