summaryrefslogtreecommitdiff
path: root/modules/gst/gst.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gst/gst.c')
-rw-r--r--modules/gst/gst.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gst/gst.c b/modules/gst/gst.c
index 7af74f4..2f4d7f2 100644
--- a/modules/gst/gst.c
+++ b/modules/gst/gst.c
@@ -371,8 +371,6 @@ static int gst_alloc(struct ausrc_st **stp, struct ausrc *as,
if (!prm)
return EINVAL;
- prm->fmt = AUFMT_S16LE;
-
st = mem_zalloc(sizeof(*st), gst_destructor);
if (!st)
return ENOMEM;