mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
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:
parent
cd8d4df000
commit
8ff106a019
3 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue