/* Copyright (C) 2016-2017 Sebastian Dröge * * Licensed under the Apache License, Version 2.0 or the MIT license * , at your * option. This file may not be copied, modified, or distributed * except according to those terms. */ #include void gst_rs_debug_log (GstDebugCategory * category, GstDebugLevel level, const gchar * file, const gchar * function, gint line, GObject * object, const gchar * message) { gst_debug_log (category, level, file, function, line, object, "%s", message); }