Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
luzpaz
gstreamer
Commits
1a12e752
Commit
1a12e752
authored
Jan 19, 2004
by
Thomas Vander Stichele
Browse files
privatise
Original commit message from CVS: privatise
parent
2dabfe75
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1a12e752
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstelement.c: (_gst_element_error_printf):
* gst/gstelement.h:
privatise function
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
* docs/random/error:
...
...
gst/gstelement.c
View file @
1a12e752
...
...
@@ -2350,7 +2350,7 @@ gst_element_convert (GstElement *element,
}
/**
* gst_element_error_printf:
*
_
gst_element_error_printf:
* @format: the printf-like format to use, or NULL
*
* This function is only used internally by the #gst_element_error macro.
...
...
@@ -2358,7 +2358,7 @@ gst_element_convert (GstElement *element,
* Returns: a newly allocated string, or NULL if the format was NULL or ""
*/
gchar
*
gst_element_error_printf
(
const
gchar
*
format
,
...)
_
gst_element_error_printf
(
const
gchar
*
format
,
...)
{
va_list
args
;
gchar
*
buffer
;
...
...
gst/gstelement.h
View file @
1a12e752
...
...
@@ -142,8 +142,8 @@ typedef enum {
#define gst_element_error(el, domain, code, message, debug) G_STMT_START { \
gst_element_error_extended (GST_ELEMENT(el), \
GST_ ## domain ## _ERROR, GST_ ## domain ## _ERROR_ ## code, \
gst_element_error_printf message, \
gst_element_error_printf debug, \
_
gst_element_error_printf message, \
_
gst_element_error_printf debug, \
__FILE__, GST_FUNCTION, __LINE__); } G_STMT_END
typedef
struct
_GstElementFactory
GstElementFactory
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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