mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
Fix indentation of .h files
--
This commit is contained in:
parent
c3286501b4
commit
e7245c0891
1 changed files with 9 additions and 6 deletions
|
@ -1014,10 +1014,10 @@ gboolean gst_element_link_pads_filtered (GstElement * src, const gchar * srcpad
|
|||
GstElement * dest, const gchar * destpadname,
|
||||
GstCaps *filter);
|
||||
|
||||
gboolean gst_element_seek_simple (GstElement *element,
|
||||
GstFormat format,
|
||||
GstSeekFlags seek_flags,
|
||||
gint64 seek_pos);
|
||||
gboolean gst_element_seek_simple (GstElement *element,
|
||||
GstFormat format,
|
||||
GstSeekFlags seek_flags,
|
||||
gint64 seek_pos);
|
||||
|
||||
/* util elementfactory functions */
|
||||
gboolean gst_element_factory_can_src_caps(GstElementFactory *factory, const GstCaps *caps);
|
||||
|
@ -1132,7 +1132,7 @@ GstElement * gst_parse_bin_from_description_full (const gchar * b
|
|||
GstParseFlags flags,
|
||||
GError ** err);
|
||||
|
||||
GstClockTime gst_util_get_timestamp (void);
|
||||
GstClockTime gst_util_get_timestamp (void);
|
||||
|
||||
/**
|
||||
* GstSearchMode:
|
||||
|
@ -1150,7 +1150,10 @@ typedef enum {
|
|||
GST_SEARCH_MODE_AFTER
|
||||
} GstSearchMode;
|
||||
|
||||
gpointer gst_util_array_binary_search (gpointer array, guint num_elements, gsize element_size, GCompareDataFunc search_func, GstSearchMode mode, gconstpointer search_data, gpointer user_data);
|
||||
gpointer gst_util_array_binary_search (gpointer array, guint num_elements,
|
||||
gsize element_size, GCompareDataFunc search_func,
|
||||
GstSearchMode mode, gconstpointer search_data,
|
||||
gpointer user_data);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue