Lines Matching refs:EOS
4 Subject: [PATCH 03/11] playbin: do not drain on first EOS
7 should wait for each branch to be on EOS before
11 for (uri)decodebin to tell that an EOS has been
15 the nb of active pads with the nb of EOS received
17 of EOS is equal to active pads (active combiners).
32 + guint nbpads_eos; /* number of pads in EOS */
33 + gboolean wait_on_eos; /* wait EOS on other pads */
34 + GCond eos_cond; /* condition to block the pad in EOS */
42 + /* emitted when an EOS is received */
62 + * @nb_eos: the number of EOS received
64 + * This signal is emitted once decodebin has received an EOS.
168 + /* is called when the uridecodebin received an EOS */
199 + /* emitted when an EOS is received */
219 + * @nb_eos: the number of EOS received
221 + * This signal is emitted once decodebin has received an EOS.