mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +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 */
|
/* pads */
|
||||||
GstPad *sinkpad;
|
GstPad *sinkpad;
|
||||||
GstPad *srcpad;
|
GstPad *srcpad;
|
||||||
GstClockTime next_ts;
|
|
||||||
GstSegment segment;
|
GstSegment segment;
|
||||||
|
|
||||||
/* libvisual stuff */
|
/* libvisual stuff */
|
||||||
|
@ -256,7 +255,6 @@ gst_visual_dispose (GObject * object)
|
||||||
static void
|
static void
|
||||||
gst_visual_reset (GstVisual * visual)
|
gst_visual_reset (GstVisual * visual)
|
||||||
{
|
{
|
||||||
visual->next_ts = -1;
|
|
||||||
gst_adapter_clear (visual->adapter);
|
gst_adapter_clear (visual->adapter);
|
||||||
gst_segment_init (&visual->segment, GST_FORMAT_UNDEFINED);
|
gst_segment_init (&visual->segment, GST_FORMAT_UNDEFINED);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue