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
commitac4fc0ed0a3415a9ca289719c28a1e38634603d3 (patch)
treea2cba7482419060811e4e779b6055c59975d8fc2 /gst/spectrum/gstspectrum.h
parent91ffb37c7ab94679c3e337522c8de6d045162cf5 (diff)
downloadgst-plugins-bad-ac4fc0ed0a3415a9ca289719c28a1e38634603d3.tar.gz
gst-plugins-bad-ac4fc0ed0a3415a9ca289719c28a1e38634603d3.tar.bz2
gst-plugins-bad-ac4fc0ed0a3415a9ca289719c28a1e38634603d3.zip
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 */