diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-09-18 11:45:06 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-09-18 11:45:06 +0000 |
commit | 4bc97d6319145ab13eb6557b74eafebcc845535f (patch) | |
tree | b940c6d8b1b481b076f5a8e6ac72a0b929bc8871 /gst/spectrum/gstspectrum.h | |
parent | b98012690960ac3b3b3edf288bd4ab8a3e8aa91d (diff) | |
download | gst-plugins-bad-4bc97d6319145ab13eb6557b74eafebcc845535f.tar.gz gst-plugins-bad-4bc97d6319145ab13eb6557b74eafebcc845535f.tar.bz2 gst-plugins-bad-4bc97d6319145ab13eb6557b74eafebcc845535f.zip |
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.h | 1 |
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 */ |