Home
last modified time | relevance | path

Searched refs:GST_EVENT_TIMESTAMP (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpevideosrc.cpp587 wpe_event.time = GST_TIME_AS_MSECONDS (GST_EVENT_TIMESTAMP (event)); in gst_wpe_video_src_event()
613 wpe_event.time = GST_TIME_AS_MSECONDS (GST_EVENT_TIMESTAMP (event)); in gst_wpe_video_src_event()
632 wpe_event.time = GST_TIME_AS_MSECONDS (GST_EVENT_TIMESTAMP (event)); in gst_wpe_video_src_event()
/third_party/gstreamer/gstreamer/gst/
Dgstevent.c252 GST_EVENT_TIMESTAMP (copy) = GST_EVENT_TIMESTAMP (event); in _gst_event_copy()
278 GST_EVENT_TIMESTAMP (event) = GST_CLOCK_TIME_NONE; in gst_event_init()
Dgstevent.h265 #define GST_EVENT_TIMESTAMP(event) (GST_EVENT_CAST(event)->timestamp) macro
Dgstinfo.c761 GST_TIME_ARGS (GST_EVENT_TIMESTAMP (event)), GST_EVENT_SEQNUM (event), in gst_info_describe_event()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Ddataprotocol.c596 GST_EVENT_TIMESTAMP (event) = GST_DP_HEADER_TIMESTAMP (header); in gst_dp_event_from_packet_0_2()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.c1451 GST_TIME_ARGS (GST_EVENT_TIMESTAMP (highlight_event))); in rsn_dvdsrc_create()
/third_party/gstreamer/gstplugins_bad/
DChangeLog48660 resindvsrc: Don't use the GST_EVENT_TIMESTAMP
48662 rather than the GST_EVENT_TIMESTAMP that will probably be removed