summaryrefslogtreecommitdiffstats
path: root/gst/spectrum/gstspectrum.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-09-18 11:45:06 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-09-18 11:45:06 +0000
commit098c8faefb1bdfdc2b804e7d72b0272069c16de2 (patch)
tree147d0a63a0e919660a0297852ef2d3861e82480a /gst/spectrum/gstspectrum.h
parent216f6e059386b4260de32d2e5d301459993e468a (diff)
ChangeLog: Add missing newline.
Original commit message from CVS: * ChangeLog: Add missing newline. * gst/librfb/rfbdecoder.c: Fix the build (missing stdlib.h). * gst/spectrum/gstspectrum.c: * gst/spectrum/gstspectrum.h: Use basetransform segment so that it is correctly managed on flushes and start/stop. Report message timestamp as stream time, which is what an application can understand. (Yes these are adapted from wim recent level element changes)
Diffstat (limited to 'gst/spectrum/gstspectrum.h')
-rw-r--r--gst/spectrum/gstspectrum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/spectrum/gstspectrum.h b/gst/spectrum/gstspectrum.h
index a32d4ccf..291b2ffc 100644
--- a/gst/spectrum/gstspectrum.h
+++ b/gst/spectrum/gstspectrum.h
@@ -48,7 +48,6 @@ struct _GstSpectrum {
GstPad *sinkpad,*srcpad;
GstAdapter *adapter;
- GstSegment segment;
/* properties */
gboolean message; /* whether or not to post messages */