diff options
Diffstat (limited to 'gst/wavparse/gstwavparse.h')
-rw-r--r-- | gst/wavparse/gstwavparse.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gst/wavparse/gstwavparse.h b/gst/wavparse/gstwavparse.h index 9dd32e5b..a0b27176 100644 --- a/gst/wavparse/gstwavparse.h +++ b/gst/wavparse/gstwavparse.h @@ -1,6 +1,6 @@ /* GStreamer * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu> - * Copyright (C) <2006> Nokia Corporation. + * Copyright (C) <2006> Nokia Corporation, Stefan Kost <stefan.kost@nokia.com>. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -103,6 +103,9 @@ struct _GstWavParse { /* configured segment, start/stop expressed in time */ GstSegment segment; gboolean segment_running; + + /* for late pad configuration */ + gboolean first; }; struct _GstWavParseClass { |