mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 15:32:32 +00:00
raw1394: remove useless last_time
It seems to me this code is useless: removing it. https://bugzilla.gnome.org/show_bug.cgi?id=618871
This commit is contained in:
parent
e6ec5cce2e
commit
f7bf4cc905
2 changed files with 0 additions and 2 deletions
|
@ -82,7 +82,6 @@ gst_1394_clock_class_init (Gst1394ClockClass * klass)
|
||||||
static void
|
static void
|
||||||
gst_1394_clock_init (Gst1394Clock * clock)
|
gst_1394_clock_init (Gst1394Clock * clock)
|
||||||
{
|
{
|
||||||
clock->last_time = 0;
|
|
||||||
GST_OBJECT_FLAG_SET (clock, GST_CLOCK_FLAG_CAN_SET_MASTER);
|
GST_OBJECT_FLAG_SET (clock, GST_CLOCK_FLAG_CAN_SET_MASTER);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,6 @@ struct _Gst1394Clock {
|
||||||
|
|
||||||
raw1394handle_t handle;
|
raw1394handle_t handle;
|
||||||
|
|
||||||
GstClockTime last_time;
|
|
||||||
guint32 cycle_timer_lo;
|
guint32 cycle_timer_lo;
|
||||||
guint32 cycle_timer_hi;
|
guint32 cycle_timer_hi;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue