summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/gst/gst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gst/gst.c b/modules/gst/gst.c
index 2ddb4d6..dc00dd4 100644
--- a/modules/gst/gst.c
+++ b/modules/gst/gst.c
@@ -432,7 +432,7 @@ static int mod_gst_init(void)
g_free(s);
- return ausrc_register(&ausrc, "gst", gst_alloc);
+ return ausrc_register(&ausrc, baresip_ausrcl(), "gst", gst_alloc);
}