goto fail_free_keys;
}
- GST_DEBUG ("processing parameter list", group);
+ GST_DEBUG ("processing parameter list '%s'", group);
for (p = params, i = 1; i < n_keys; i++, p++) {
gchar *value;
start = pos;
if (end > start) {
- GST_ERROR ("%d, %d: overlapping transitions!", start, end);
+ GST_ERROR ("%" G_GUINT64_FORMAT ", %" G_GUINT64_FORMAT ": "
+ "overlapping transitions!", start, end);
valid = FALSE;
}
}
valid = FALSE;
}
- GST_DEBUG ("Finished recalculating: final start pos is: " GST_TIME_FORMAT,
+ GST_DEBUG ("Finished recalculating: final start pos is: %" GST_TIME_FORMAT,
GST_TIME_ARGS (pos));
GES_TIMELINE_LAYER (self)->max_gnl_priority = priority;
tl_obj_layer = ges_timeline_object_get_layer (object);
if (G_UNLIKELY (tl_obj_layer)) {
- GST_WARNING ("TimelineObject %p already belongs to another layer");
+ GST_WARNING ("TimelineObject %p already belongs to another layer", object);
g_object_unref (tl_obj_layer);
return FALSE;
}