summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/polypsrc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/polypsrc.c b/src/polypsrc.c
index 4939737..5bd9e70 100644
--- a/src/polypsrc.c
+++ b/src/polypsrc.c
@@ -36,9 +36,8 @@ GST_DEBUG_CATEGORY_EXTERN(polyp_debug);
#define GST_CAT_DEFAULT polyp_debug
enum {
- PROP_0,
- PROP_SERVER,
- PROP_DEVICE,
+ PROP_SERVER = 1,
+ PROP_DEVICE
};
static GstAudioSrcClass *parent_class = NULL;