summaryrefslogtreecommitdiffstats
path: root/gst/spectrum/gstspectrum.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-03-07 11:23:20 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-03-07 11:23:20 +0000
commit28114d571f198bf9a8f7d7febfd418db9bbd870e (patch)
treefbc3c2fc9bbe2818fedacb27b5f6f455955b7b85 /gst/spectrum/gstspectrum.h
parent60229cf25e7cd055581e30cfb3ed61f31c1fd019 (diff)
gst/spectrum/gstspectrum.*: One FIXME less, by resolving message timestamps against the playback segment.
Original commit message from CVS: * gst/spectrum/gstspectrum.c: (gst_spectrum_start), (gst_spectrum_event), (gst_spectrum_transform_ip): * gst/spectrum/gstspectrum.h: One FIXME less, by resolving message timestamps against the playback segment.
Diffstat (limited to 'gst/spectrum/gstspectrum.h')
-rw-r--r--gst/spectrum/gstspectrum.h1
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 */