From 117686abc55c93a8431fef237b4e2ed8ff43d381 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 13 May 2009 19:27:54 +0200 Subject: [PATCH] visual: remove next_ts variable We can remove the next_ts variable as we don't use it anymore. --- ext/libvisual/visual.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/libvisual/visual.c b/ext/libvisual/visual.c index f49211c274..8e0ef0eac6 100644 --- a/ext/libvisual/visual.c +++ b/ext/libvisual/visual.c @@ -47,7 +47,6 @@ struct _GstVisual /* pads */ GstPad *sinkpad; GstPad *srcpad; - GstClockTime next_ts; GstSegment segment; /* libvisual stuff */ @@ -256,7 +255,6 @@ gst_visual_dispose (GObject * object) static void gst_visual_reset (GstVisual * visual) { - visual->next_ts = -1; gst_adapter_clear (visual->adapter); gst_segment_init (&visual->segment, GST_FORMAT_UNDEFINED);