Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstbin.c173 gboolean posted_playing; member
2789 GST_BIN_CAST (element)->priv->posted_playing = TRUE; in gst_bin_post_message()
2792 GST_BIN_CAST (element)->priv->posted_playing = FALSE; in gst_bin_post_message()
3506 && bin->priv->posted_playing && is_eos (bin, &seqnum); in bin_do_eos()