summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_dummy.c')
-rw-r--r--stream/tvi_dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_dummy.c b/stream/tvi_dummy.c
index 50941a2925..95c9489070 100644
--- a/stream/tvi_dummy.c
+++ b/stream/tvi_dummy.c
@@ -45,7 +45,7 @@ typedef struct priv {
/* handler creator - entry point ! */
static tvi_handle_t *tvi_init_dummy(tv_param_t* tv_param)
{
- return new_handle();
+ return tv_new_handle(sizeof(priv_t), &functions);
}
/* initialisation */