summaryrefslogtreecommitdiffstats
path: root/src/polypmixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypmixer.c')
-rw-r--r--src/polypmixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypmixer.c b/src/polypmixer.c
index 0b18325..57fa162 100644
--- a/src/polypmixer.c
+++ b/src/polypmixer.c
@@ -222,7 +222,7 @@ static GstStateChangeReturn gst_polypmixer_change_state(GstElement *element, Gst
case GST_STATE_CHANGE_NULL_TO_READY:
if (!this->mixer)
- this->mixer = gst_polypmixer_ctrl_new(this->server, this->device);
+ this->mixer = gst_polypmixer_ctrl_new(this->server, this->device, GST_POLYPMIXER_UNKNOWN);
break;