ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | category |
gst_debug_log ( GstDebugCategory* category, enum GstDebugLevel level, gchar const* file, gchar const* function, gint line, GObject* object, gchar const* format, ... ) » |
| PARAM | category |
gst_debug_category_get_name ( GstDebugCategory* category ) » |
| PARAM | category |
gst_debug_category_get_description ( GstDebugCategory* category ) » |
| PARAM | category |
gst_debug_category_get_threshold ( GstDebugCategory* category ) » |
| PARAM | category |
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 | category |
gst_debug_category_free ( GstDebugCategory* category ) » |
| PARAM | category |
gst_debug_category_set_threshold ( GstDebugCategory* category, enum GstDebugLevel level ) » |
| PARAM | category |
gst_debug_category_reset_threshold ( GstDebugCategory* category ) » |
| PARAM | category |
gst_debug_category_get_color ( GstDebugCategory* category ) » |
| PARAM | category |
gst_debug_log_default ( GstDebugCategory* category, enum GstDebugLevel level, gchar const* file, gchar const* function, gint line, GObject* object, GstDebugMessage* message, gpointer unused ) » |
| PARAM | cat |
_gst_debug_dump_mem ( GstDebugCategory* cat, gchar const* file, gchar const* func, gint line, GObject* obj, gchar const* msg, guint8 const* data, guint length ) » |
| RETURN | GST_CAT_PARENTAGE » | |
| RETURN | GST_CAT_STATES » | |
| RETURN | GST_CAT_BUFFER » | |
| RETURN | GST_CAT_BUFFER_LIST » | |
| RETURN | GST_CAT_BUS » | |
| RETURN | GST_CAT_CAPS » | |
| RETURN | GST_CAT_GST_INIT » | |
| RETURN | GST_CAT_CLOCK » | |
| RETURN | GST_CAT_CONTEXT » | |
| RETURN | GST_CAT_ELEMENT_PADS » | |
| RETURN | GST_CAT_PADS » | |
| RETURN | GST_CAT_ERROR_SYSTEM » | |
| RETURN | GST_CAT_MESSAGE » | |
| RETURN | GST_CAT_EVENT » | |
| RETURN | GST_CAT_DEFAULT » | |
| RETURN | GST_CAT_PROPERTIES » | |
| RETURN | GST_CAT_REFCOUNTING » | |
| RETURN | _gst_debug_get_category ( gchar const* name ) » |
|
| RETURN | GST_CAT_SCHEDULING » | |
| RETURN | GST_CAT_PIPELINE » | |
| RETURN | GST_CAT_PLUGIN_LOADING » | |
| RETURN | GST_CAT_PLUGIN_INFO » | |
| RETURN | GST_CAT_NEGOTIATION » | |
| RETURN | GST_CAT_PARAMS » | |
| RETURN | GST_CAT_CALL_TRACE » | |
| RETURN | GST_CAT_SIGNAL » | |
| RETURN | GST_CAT_PROBE » | |
| RETURN | GST_CAT_REGISTRY » | |
| RETURN | GST_CAT_QOS » | |
| RETURN | GST_CAT_META » | |
| RETURN | GST_CAT_LOCKING » | |
| RETURN | GST_CAT_MEMORY » | |
| RETURN | GST_CAT_PERFORMANCE » | |
| RETURN | _gst_debug_category_new ( gchar const* name, guint color, gchar const* description ) » |
|
|
F-PTR PARAM |
1st parameter | void(*) { GstDebugCategory*, enum GstDebugLevel, gchar const*, gchar const*, gint, GObject*, GstDebugMessage*, gpointer } » |