projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127e211
)
gst/gsterror.h: skip GST_ERROR_SYSTEM during gir generation
author
Jordan Petridis
<jordan@centricular.com>
Tue, 16 Oct 2018 16:35:03 +0000
(19:35 +0300)
committer
Sebastian Dröge
<sebastian@centricular.com>
Tue, 23 Oct 2018 15:21:58 +0000
(16:21 +0100)
GST_ERROR_SYSTEM can't really be used outside of C and should
be skipped.
https://bugzilla.gnome.org/show_bug.cgi?id=797320
gst/gsterror.h
patch
|
blob
|
history
diff --git
a/gst/gsterror.h
b/gst/gsterror.h
index
59921cb
..
b863da3
100644
(file)
--- a/
gst/gsterror.h
+++ b/
gst/gsterror.h
@@
-235,7
+235,7
@@
typedef enum
#define GST_STREAM_ERROR gst_stream_error_quark ()
/**
- * GST_ERROR_SYSTEM:
+ * GST_ERROR_SYSTEM:
(skip):
*
* Builds a string using errno describing the previously failed system
* call. To be used as the debug argument in #GST_ELEMENT_ERROR.