diff options
Diffstat (limited to 'gst/spectrum/gstspectrum.h')
-rw-r--r-- | gst/spectrum/gstspectrum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/spectrum/gstspectrum.h b/gst/spectrum/gstspectrum.h index 3bfdd489..70ab25c9 100644 --- a/gst/spectrum/gstspectrum.h +++ b/gst/spectrum/gstspectrum.h @@ -45,6 +45,7 @@ struct _GstSpectrum { GstPad *sinkpad,*srcpad; GstAdapter *adapter; + GstSegment segment; /* properties */ gboolean message; /* whether or not to post messages */ |