ABI | Symbols | Types |
| Used As | Name | Used In |
|---|---|---|
| PARAM | var_args |
gst_tag_list_add_valist ( GstTagList* list, enum GstTagMergeMode mode, gchar const* tag, struct __va_list_tag* var_args ) » |
| PARAM | var_args |
gst_tag_list_new_valist ( struct __va_list_tag* var_args ) » |
| PARAM | var_args |
gst_tag_list_add_valist_values ( GstTagList* list, enum GstTagMergeMode mode, gchar const* tag, struct __va_list_tag* var_args ) » |
| PARAM | var_args |
gst_tag_setter_add_tag_valist ( GstTagSetter* setter, enum GstTagMergeMode mode, gchar const* tag, struct __va_list_tag* var_args ) » |
| PARAM | var_args |
gst_tag_setter_add_tag_valist_values ( GstTagSetter* setter, enum GstTagMergeMode mode, gchar const* tag, struct __va_list_tag* var_args ) » |
| PARAM | var_args |
gst_pad_create_stream_id_printf_valist ( GstPad* pad, GstElement* parent, gchar const* stream_id, struct __va_list_tag* var_args ) » |
| PARAM | var_args |
gst_caps_new_full_valist ( GstStructure* structure, struct __va_list_tag* var_args ) » |
| PARAM | varargs |
gst_caps_set_simple_valist ( GstCaps* caps, char const* field, struct __va_list_tag* varargs ) » |
| PARAM | varargs |
gst_structure_new_valist ( gchar const* name, gchar const* firstfield, struct __va_list_tag* varargs ) » |
| PARAM | varargs |
gst_caps_features_new_id_valist ( GQuark feature1, struct __va_list_tag* varargs ) » |
| PARAM | varargs |
gst_caps_features_new_valist ( gchar const* feature1, struct __va_list_tag* varargs ) » |
| PARAM | var_args |
gst_child_proxy_get_valist ( GstChildProxy* object, gchar const* first_property_name, struct __va_list_tag* var_args ) » |
| PARAM | var_args |
gst_child_proxy_set_valist ( GstChildProxy* object, gchar const* first_property_name, struct __va_list_tag* var_args ) » |
| PARAM | args |
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 | varargs |
gst_structure_set_valist ( GstStructure* structure, gchar const* fieldname, struct __va_list_tag* varargs ) » |
| PARAM | varargs |
gst_structure_id_set_valist ( GstStructure* structure, GQuark fieldname, struct __va_list_tag* varargs ) » |
| PARAM | varargs |
gst_structure_remove_fields_valist ( GstStructure* structure, gchar const* fieldname, struct __va_list_tag* varargs ) » |
| PARAM | args |
gst_structure_get_valist ( GstStructure const* structure, char const* first_fieldname, struct __va_list_tag* args ) » |
| PARAM | args |
gst_structure_id_get_valist ( GstStructure const* structure, GQuark first_field_id, struct __va_list_tag* args ) » |
| FIELD | .arguments | struct _GstDebugMessage { gchar* message, gchar const* format, va_list arguments } » |