Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
luzpaz
gstreamer
Commits
3d115f3b
Commit
3d115f3b
authored
Jan 20, 2004
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed _extended to _full
Original commit message from CVS: changed _extended to _full
parent
07503484
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
6 deletions
+25
-6
ChangeLog
ChangeLog
+19
-0
gst/gstelement.c
gst/gstelement.c
+3
-3
gst/gstelement.h
gst/gstelement.h
+3
-3
No files found.
ChangeLog
View file @
3d115f3b
2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstelement.c: (gst_element_error_full):
* gst/gstelement.h:
change _extended to _full
2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
reviewed by: <delete if not using a buddy>
* docs/gst/tmpl/gst.sgml:
* docs/gst/tmpl/gstbuffer.sgml:
* docs/gst/tmpl/gstclock.sgml:
* docs/gst/tmpl/gstelement.sgml:
* docs/gst/tmpl/gstreamer-unused.sgml:
* docs/gst/tmpl/gstxml.sgml:
* gst/gstelement.c: (gst_element_error_full):
* gst/gstelement.h:
2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstelement.h: fix _gst_element_error_printf prototype
...
...
gst/gstelement.c
View file @
3d115f3b
...
...
@@ -2373,7 +2373,7 @@ _gst_element_error_printf (const gchar *format, ...)
}
/**
* gst_element_error_
extended
:
* gst_element_error_
full
:
* @element: a #GstElement with the error.
* @domain: the GStreamer error domain this error belongs to.
* @code: the error code belonging to the domain
...
...
@@ -2382,12 +2382,12 @@ _gst_element_error_printf (const gchar *format, ...)
* debug: an allocated debug message to be used as a replacement for the
* default debugging information, or NULL
*
*
s
ignals an error condition on an element.
*
S
ignals an error condition on an element.
* This function is used internally by elements.
* It results in the "error" signal.
*/
void
gst_element_error_
extended
gst_element_error_
full
(
GstElement
*
element
,
GQuark
domain
,
gint
code
,
gchar
*
message
,
gchar
*
debug
,
const
gchar
*
file
,
const
gchar
*
function
,
gint
line
)
{
...
...
gst/gstelement.h
View file @
3d115f3b
...
...
@@ -140,7 +140,7 @@ typedef enum {
#define GST_ELEMENT_PADS(obj) ((obj)->pads)
#define gst_element_error(el, domain, code, message, debug) G_STMT_START { \
gst_element_error_
extended
(GST_ELEMENT(el), \
gst_element_error_
full
(GST_ELEMENT(el), \
GST_ ## domain ## _ERROR, GST_ ## domain ## _ERROR_ ## code, \
_gst_element_error_printf message, \
_gst_element_error_printf debug, \
...
...
@@ -366,7 +366,7 @@ void gst_element_found_tags_for_pad (GstElement *element, GstPad *pad, GstCloc
void
gst_element_set_eos
(
GstElement
*
element
);
gchar
*
_gst_element_error_printf
(
const
gchar
*
format
,
...);
void
gst_element_error_
extended
(
GstElement
*
element
,
GQuark
domain
,
gint
code
,
gchar
*
message
,
gchar
*
debug
,
const
gchar
*
file
,
const
gchar
*
function
,
gint
line
);
void
gst_element_error_
full
(
GstElement
*
element
,
GQuark
domain
,
gint
code
,
gchar
*
message
,
gchar
*
debug
,
const
gchar
*
file
,
const
gchar
*
function
,
gint
line
);
gboolean
gst_element_is_locked_state
(
GstElement
*
element
);
void
gst_element_set_locked_state
(
GstElement
*
element
,
gboolean
locked_state
);
...
...
Write
Preview
Markdown
is supported
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