gst_plugins_good/gst/wavenc/gstwavenc.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_good/gst/wavenc/gstwavenc.h	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_good/gst/wavenc/gstwavenc.h	Wed Sep 01 12:16:41 2010 +0100
@@ -47,20 +47,20 @@
   GstPad    *srcpad;
 
   /* useful audio data */
-  guint16    format;
+  guint      depth;
   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__ */