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:
b9e1997
)
tools: gst-inspect: suppress deprecation warnings for G_TYPE_VALUE_ARRAY
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Thu, 26 Jan 2012 09:26:48 +0000
(09:26 +0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Thu, 26 Jan 2012 10:44:11 +0000
(10:44 +0000)
For now anyway.
tools/gst-inspect.c
patch
|
blob
|
history
diff --git
a/tools/gst-inspect.c
b/tools/gst-inspect.c
index
82042d1
..
02ef41b
100644
(file)
--- a/
tools/gst-inspect.c
+++ b/
tools/gst-inspect.c
@@
-21,6
+21,10
@@
* Boston, MA 02111-1307, USA.
*/
+/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
+ * with newer GLib versions (>= 2.31.0) */
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif