Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer
Commits
e7245c08
Commit
e7245c08
authored
Mar 13, 2009
by
Wim Taymans
Browse files
Fix indentation of .h files
--
parent
c3286501
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst/gstutils.h
View file @
e7245c08
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment