summaryrefslogtreecommitdiffstats
path: root/gst/effectv
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv')
-rw-r--r--gst/effectv/gstwarp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c
index 95c72c1d..63319938 100644
--- a/gst/effectv/gstwarp.c
+++ b/gst/effectv/gstwarp.c
@@ -247,7 +247,10 @@ static void gst_warptv_setup(GstVideofilter *videofilter)
warptv->width = width;
warptv->height = height;
+#if 0
+ /* FIXME this should be reset in PAUSE->READY, not here */
warptv->tval = 0;
+#endif
g_free (warptv->disttable);
g_free (warptv->offstable);