mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
warning: int format, GType arg (arg 3)
Original commit message from CVS: warning: int format, GType arg (arg 3)
This commit is contained in:
parent
9cc2acfe9b
commit
5df336f7ef
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ gst_util_set_object_arg (GObject * object, const gchar * name, const gchar * val
|
|||
}
|
||||
|
||||
GST_DEBUG (0, "paramspec->flags is %d, paramspec->value_type is %d\n",
|
||||
paramspec->flags, paramspec->value_type);
|
||||
paramspec->flags, (gint) paramspec->value_type);
|
||||
|
||||
if (paramspec->flags & G_PARAM_WRITABLE) {
|
||||
switch (paramspec->value_type) {
|
||||
|
|
Loading…
Reference in a new issue