Home
last modified time | relevance | path

Searched refs:gst_structure_new_id (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstmessage.c431 structure = gst_structure_new_id (GST_QUARK (MESSAGE_ERROR), in gst_message_new_error_with_details()
523 structure = gst_structure_new_id (GST_QUARK (MESSAGE_WARNING), in gst_message_new_warning_with_details()
613 structure = gst_structure_new_id (GST_QUARK (MESSAGE_INFO), in gst_message_new_info_with_details()
736 structure = gst_structure_new_id (GST_QUARK (MESSAGE_BUFFERING), in gst_message_new_buffering()
768 structure = gst_structure_new_id (GST_QUARK (MESSAGE_STATE_CHANGED), in gst_message_new_state_changed()
823 structure = gst_structure_new_id (GST_QUARK (MESSAGE_CLOCK_PROVIDE), in gst_message_new_clock_provide()
853 structure = gst_structure_new_id (GST_QUARK (MESSAGE_CLOCK_LOST), in gst_message_new_clock_lost()
878 structure = gst_structure_new_id (GST_QUARK (MESSAGE_NEW_CLOCK), in gst_message_new_new_clock()
913 structure = gst_structure_new_id (GST_QUARK (MESSAGE_STRUCTURE_CHANGE), in gst_message_new_structure_change()
946 structure = gst_structure_new_id (GST_QUARK (MESSAGE_SEGMENT_START), in gst_message_new_segment_start()
[all …]
Dgstevent.c585 gst_structure_new_id (GST_QUARK (EVENT_FLUSH_STOP), in gst_event_new_flush_stop()
718 s = gst_structure_new_id (GST_QUARK (EVENT_STREAM_GROUP_DONE), in gst_event_new_stream_group_done()
797 gst_structure_new_id (GST_QUARK (EVENT_GAP), in gst_event_new_gap()
895 gst_structure_new_id (GST_QUARK (EVENT_CAPS), in gst_event_new_caps()
976 gst_structure_new_id (GST_QUARK (EVENT_SEGMENT), in gst_event_new_segment()
1111 structure = gst_structure_new_id (GST_QUARK (EVENT_BUFFER_SIZE), in gst_event_new_buffer_size()
1226 structure = gst_structure_new_id (GST_QUARK (EVENT_QOS), in gst_event_new_qos()
1378 structure = gst_structure_new_id (GST_QUARK (EVENT_SEEK), in gst_event_new_seek()
1533 structure = gst_structure_new_id (GST_QUARK (EVENT_LATENCY), in gst_event_new_latency()
1594 structure = gst_structure_new_id (GST_QUARK (EVENT_STEP), in gst_event_new_step()
[all …]
Dgstquery.c239 structure = gst_structure_new_id (GST_QUARK (QUERY_POSITION), in gst_query_new_position()
318 structure = gst_structure_new_id (GST_QUARK (QUERY_DURATION), in gst_query_new_duration()
395 structure = gst_structure_new_id (GST_QUARK (QUERY_LATENCY), in gst_query_new_latency()
481 structure = gst_structure_new_id (GST_QUARK (QUERY_CONVERT), in gst_query_new_convert()
575 structure = gst_structure_new_id (GST_QUARK (QUERY_SEGMENT), in gst_query_new_segment()
772 structure = gst_structure_new_id (GST_QUARK (QUERY_SEEKING), in gst_query_new_seeking()
1050 structure = gst_structure_new_id (GST_QUARK (QUERY_BUFFERING), in gst_query_new_buffering()
1380 structure = gst_structure_new_id (GST_QUARK (QUERY_URI), in gst_query_new_uri()
1550 structure = gst_structure_new_id (GST_QUARK (QUERY_ALLOCATION), in gst_query_new_allocation()
2127 structure = gst_structure_new_id (GST_QUARK (QUERY_SCHEDULING), in gst_query_new_scheduling()
[all …]
Dgststructure.h135 GstStructure * gst_structure_new_id (GQuark name_quark,
Dgststructure.c966 gst_structure_new_id (GQuark name_quark, GQuark field_quark, ...) in gst_structure_new_id() function
Dgstvalue.c2876 s = gst_structure_new_id (GST_QUARK (SEGMENT), in gst_value_serialize_segment_internal()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstlatency.c256 gst_structure_new_id (latency_probe_id, in send_latency_probe()
278 gst_structure_new_id (sub_latency_probe_id, in send_latency_probe()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtssection.c331 st = gst_structure_new_id (quark, QUARK_SECTION, MPEG_TYPE_TS_SECTION, in _mpegts_section_get_structure()
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt314 gst_structure_id_new() -> gst_structure_new_id()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c281 self->config = gst_structure_new_id (QUARK_CONFIG, in gst_play_init()
/third_party/gstreamer/gstreamer/
DChangeLog59452 gst_structure_id_new() -> gst_structure_new_id()