ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | level |
gst_debug_log ( GstDebugCategory* category, enum GstDebugLevel level, gchar const* file, gchar const* function, gint line, GObject* object, gchar const* format, ... ) » |
| PARAM | level |
gst_debug_level_get_name ( enum GstDebugLevel level ) » |
| PARAM | level |
gst_debug_set_default_threshold ( enum GstDebugLevel level ) » |
| PARAM | level |
gst_debug_log_valist ( GstDebugCategory* category, enum GstDebugLevel level, gchar const* file, gchar const* function, gint line, GObject* object, gchar const* format, struct __va_list_tag* args ) » |
| PARAM | level |
gst_debug_set_threshold_for_name ( gchar const* name, enum GstDebugLevel level ) » |
| PARAM | level |
gst_debug_category_set_threshold ( GstDebugCategory* category, enum GstDebugLevel level ) » |
| PARAM | level |
gst_debug_log_default ( GstDebugCategory* category, enum GstDebugLevel level, gchar const* file, gchar const* function, gint line, GObject* object, GstDebugMessage* message, gpointer unused ) » |
| RETURN | _gst_debug_min » | |
| RETURN | gst_debug_category_get_threshold ( GstDebugCategory* category ) » |
|
| RETURN | gst_debug_get_default_threshold ( ) » | |
|
F-PTR PARAM |
2nd parameter | void(*) { GstDebugCategory*, enum GstDebugLevel, gchar const*, gchar const*, gint, GObject*, GstDebugMessage*, gpointer } » |