gstreamer/validate/gst
Scott D Phillips 4e45b76c09 Pass gint/guint pointers instead of enum pointers
The underlying integer type for enums are implementation defined and may
not be the same size as gint/guint. So implicitly casting from pointers-
to-enum-types to pointers-to-int-types is unsafe. MSVC warns on these.

https://bugzilla.gnome.org/show_bug.cgi?id=774638
2016-11-17 17:36:03 -03:00
..
overrides validate: keep a ref when registering an override 2016-05-24 10:28:41 -04:00
validate Pass gint/guint pointers instead of enum pointers 2016-11-17 17:36:03 -03:00
Makefile.am validate: Turn GstValidateRunner into a GstTracer 2016-02-23 11:46:32 +01:00
meson.build validate: Add support for Meson as alternative/parallel build system 2016-08-25 15:12:31 -03:00