diff -r 71e347f905f2 -r 4a7fac7dd34a gst_plugins_good/gst/wavenc/gstwavenc.h --- a/gst_plugins_good/gst/wavenc/gstwavenc.h Fri Mar 19 09:35:09 2010 +0200 +++ b/gst_plugins_good/gst/wavenc/gstwavenc.h Fri Apr 16 15:15:52 2010 +0300 @@ -47,20 +47,20 @@ GstPad *srcpad; /* useful audio data */ - guint depth; + guint16 format; guint width; guint rate; guint channels; guint32 length; gboolean sent_header; + gboolean finished_properly; }; struct _GstWavEncClass { GstElementClass parent_class; }; -GType gst_wavenc_get_type(void); G_END_DECLS #endif /* __GST_WAV_ENC_H__ */