Home
last modified time | relevance | path

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

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-base-0.17.2/src/auto/
H A Daggregator.rs89 fn start_time_selection(&self) -> AggregatorStartTimeSelection; in start_time_selection() method
94 fn set_start_time_selection(&self, start_time_selection: AggregatorStartTimeSelection); in set_start_time_selection()
247 fn start_time_selection(&self) -> AggregatorStartTimeSelection { in start_time_selection() method
264 fn set_start_time_selection(&self, start_time_selection: AggregatorStartTimeSelection) { in set_start_time_selection()
269 start_time_selection.to_value().to_glib_none().0, in set_start_time_selection()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-base-0.17.2/src/auto/
H A Daggregator.rs89 fn start_time_selection(&self) -> AggregatorStartTimeSelection; in start_time_selection() method
94 fn set_start_time_selection(&self, start_time_selection: AggregatorStartTimeSelection); in set_start_time_selection()
247 fn start_time_selection(&self) -> AggregatorStartTimeSelection { in start_time_selection() method
264 fn set_start_time_selection(&self, start_time_selection: AggregatorStartTimeSelection) { in set_start_time_selection()
269 start_time_selection.to_value().to_glib_none().0, in set_start_time_selection()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-base-0.17.0/src/auto/
H A Daggregator.rs89 fn start_time_selection(&self) -> AggregatorStartTimeSelection; in start_time_selection() method
94 fn set_start_time_selection(&self, start_time_selection: AggregatorStartTimeSelection); in set_start_time_selection()
247 fn start_time_selection(&self) -> AggregatorStartTimeSelection { in start_time_selection() method
264 fn set_start_time_selection(&self, start_time_selection: AggregatorStartTimeSelection) { in set_start_time_selection()
269 start_time_selection.to_value().to_glib_none().0, in set_start_time_selection()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/utils/fallbackswitch/src/base/
H A Dgstaggregator.c352 GstAggregatorStartTimeSelection start_time_selection; member
723 && self->priv->start_time_selection == in gst_aggregator_wait_and_check()
2513 agg->priv->start_time_selection = g_value_get_enum (value); in gst_aggregator_set_property()
2540 g_value_set_enum (value, agg->priv->start_time_selection); in gst_aggregator_get_property()
2691 self->priv->start_time_selection = DEFAULT_START_TIME_SELECTION; in gst_aggregator_init()
2844 switch (self->priv->start_time_selection) { in gst_aggregator_pad_chain_internal()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/base/
H A Dgstaggregator.c348 GstAggregatorStartTimeSelection start_time_selection; member
666 && self->priv->start_time_selection == in gst_aggregator_wait_and_check()
2308 agg->priv->start_time_selection = g_value_get_enum (value); in gst_aggregator_set_property()
2335 g_value_set_enum (value, agg->priv->start_time_selection); in gst_aggregator_get_property()
2481 self->priv->start_time_selection = DEFAULT_START_TIME_SELECTION; in gst_aggregator_init()
2634 switch (self->priv->start_time_selection) { in gst_aggregator_pad_chain_internal()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgstreamer-base-1.0.vapi129 public Gst.Base.AggregatorStartTimeSelection start_time_selection { get; set; }