Home
last modified time | relevance | path

Searched refs:wait_on_eos (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.c119 gboolean wait_on_eos; member
565 priv->wait_on_eos = DEFAULT_PROP_WAIT_ON_EOS; in gst_app_sink_init()
831 while (priv->num_buffers > 0 && !priv->flushing && priv->wait_on_eos) { in gst_app_sink_event()
1569 if (priv->wait_on_eos != wait) { in gst_app_sink_set_wait_on_eos()
1570 priv->wait_on_eos = wait; in gst_app_sink_set_wait_on_eos()
1598 result = priv->wait_on_eos; in gst_app_sink_get_wait_on_eos()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c52 static gboolean wait_on_eos = FALSE; variable
439 if (!wait_on_eos && !play_next (play)) { in play_bus_msg()
1603 {"wait-on-eos", 0, 0, G_OPTION_ARG_NONE, &wait_on_eos, in main()
1653 if (wait_on_eos) in main()