mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
visual: remove next_ts variable
We can remove the next_ts variable as we don't use it anymore.
This commit is contained in:
parent
6eb549ab92
commit
117686abc5
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue