Home
last modified time | relevance | path

Searched refs:firstfield (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttracerrecord.c185 gst_tracer_record_new (const gchar * name, const gchar * firstfield, ...) in gst_tracer_record_new() argument
194 va_start (varargs, firstfield); in gst_tracer_record_new()
197 while (firstfield) { in gst_tracer_record_new()
200 id = g_quark_from_string (firstfield); in gst_tracer_record_new()
206 firstfield, g_type_name (type)); in gst_tracer_record_new()
224 firstfield = va_arg (varargs, gchar *); in gst_tracer_record_new()
Dgsttracerrecord.h95 GstTracerRecord * gst_tracer_record_new (const gchar * name, const gchar * firstfield, ...) G_GNUC_…
Dgststructure.h128 const gchar * firstfield,
132 const gchar * firstfield,
Dgststructure.c385 gst_structure_new (const gchar * name, const gchar * firstfield, ...) in gst_structure_new() argument
390 va_start (varargs, firstfield); in gst_structure_new()
391 structure = gst_structure_new_valist (name, firstfield, varargs); in gst_structure_new()
415 const gchar * firstfield, va_list varargs) in gst_structure_new_valist() argument
420 const gchar *field_copy = firstfield; in gst_structure_new_valist()
439 gst_structure_set_valist (structure, firstfield, varargs); in gst_structure_new_valist()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c413 const gchar * firstfield, ...) in api_bus_post_message() argument
425 va_start (varargs, firstfield); in api_bus_post_message()
426 gst_structure_set_valist (message_data, firstfield, varargs); in api_bus_post_message()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c302 const gchar * firstfield, ...) in api_bus_post_message() argument
313 va_start (varargs, firstfield); in api_bus_post_message()
314 gst_structure_set_valist (message_data, firstfield, varargs); in api_bus_post_message()