gst_plugins_good/gst/wavenc/gstwavenc.h
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 30 7e817e7e631c
--- 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__ */