Home
last modified time | relevance | path

Searched refs:have_segment (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/gdp/
Dgstgdppay.c181 this->have_segment = FALSE; in gst_gdp_pay_reset()
274 if (!this->have_segment || !this->have_caps || !this->have_streamstartid) { in gst_gdp_pay_reset_streamheader()
434 if (!this->have_segment) { in gst_gdp_pay_chain()
455 this->have_segment = TRUE; in gst_gdp_pay_chain()
539 this->have_segment = TRUE; in gst_gdp_pay_sink_event()
Dgstgdppay.h57 gboolean have_segment; member
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.h92 gboolean have_segment; member
Dgstbasetransform.c1883 trans->have_segment = FALSE; in gst_base_transform_sink_eventfunc()
1908 trans->have_segment = TRUE; in gst_base_transform_sink_eventfunc()
2412 trans->have_segment = FALSE; in gst_base_transform_activate()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstidentity.c414 if (!trans->have_segment) { in gst_identity_sink_event()
420 trans->have_segment = TRUE; in gst_identity_sink_event()
434 trans->have_segment && trans->segment.format == GST_FORMAT_TIME) { in gst_identity_sink_event()