mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
gst/gsttypefind.h: Tabs to spaces, oh yes!
Original commit message from CVS: * gst/gsttypefind.h: Tabs to spaces, oh yes!
This commit is contained in:
parent
7ac4c73446
commit
ceb208f1b5
2 changed files with 33 additions and 25 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-18 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
|
* gst/gsttypefind.h:
|
||||||
|
Tabs to spaces, oh yes!
|
||||||
|
|
||||||
2008-05-18 Tim-Philipp Müller <tim.muller at collabora co uk>
|
2008-05-18 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
* tests/check/gst/gstcaps.c: (test_intersect2), (gst_caps_suite):
|
* tests/check/gst/gstcaps.c: (test_intersect2), (gst_caps_suite):
|
||||||
|
|
|
@ -75,6 +75,7 @@ struct _GstTypeFind {
|
||||||
guint8 * (* peek) (gpointer data,
|
guint8 * (* peek) (gpointer data,
|
||||||
gint64 offset,
|
gint64 offset,
|
||||||
guint size);
|
guint size);
|
||||||
|
|
||||||
void (* suggest) (gpointer data,
|
void (* suggest) (gpointer data,
|
||||||
guint probability,
|
guint probability,
|
||||||
const GstCaps * caps);
|
const GstCaps * caps);
|
||||||
|
@ -94,9 +95,11 @@ GType gst_type_find_get_type (void);
|
||||||
guint8 * gst_type_find_peek (GstTypeFind * find,
|
guint8 * gst_type_find_peek (GstTypeFind * find,
|
||||||
gint64 offset,
|
gint64 offset,
|
||||||
guint size);
|
guint size);
|
||||||
|
|
||||||
void gst_type_find_suggest (GstTypeFind * find,
|
void gst_type_find_suggest (GstTypeFind * find,
|
||||||
guint probability,
|
guint probability,
|
||||||
const GstCaps * caps);
|
const GstCaps * caps);
|
||||||
|
|
||||||
guint64 gst_type_find_get_length (GstTypeFind * find);
|
guint64 gst_type_find_get_length (GstTypeFind * find);
|
||||||
|
|
||||||
/* registration interface */
|
/* registration interface */
|
||||||
|
|
Loading…
Reference in a new issue