gst/base/gstadapter.h: Added gst_adapter_get_type() to the header

Original commit message from CVS:
* gst/base/gstadapter.h:
Added gst_adapter_get_type() to the header
This commit is contained in:
Edward Hervey 2005-08-04 11:56:57 +00:00
parent cd8d4df000
commit 8ff106a019
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-08-04 Edward Hervey <edward@fluendo.com>
* gst/base/gstadapter.h:
Added gst_adapter_get_type() to the header
2005-08-03 Stefan Kost <ensonic@users.sf.net>
* check/Makefile.am:

View file

@ -68,7 +68,7 @@ const guint8 * gst_adapter_peek (GstAdapter *adapter, guint size);
void gst_adapter_flush (GstAdapter *adapter, guint flush);
guint gst_adapter_available (GstAdapter *adapter);
guint gst_adapter_available_fast (GstAdapter *adapter);
GType gst_adapter_get_type (void);
G_END_DECLS

View file

@ -68,7 +68,7 @@ const guint8 * gst_adapter_peek (GstAdapter *adapter, guint size);
void gst_adapter_flush (GstAdapter *adapter, guint flush);
guint gst_adapter_available (GstAdapter *adapter);
guint gst_adapter_available_fast (GstAdapter *adapter);
GType gst_adapter_get_type (void);
G_END_DECLS