Lines Matching full:messages

6 The latency messages are non-deterministic and can arrive before/after
11 To solve this, expect latency messages at any time and assert that we
108 GST_DEBUG ("popping %d messages", count);
139 GST_DEBUG ("popped %d messages", count);
155 fail_if (gst_bus_have_pending (bus), "unexpected pending messages");
209 "Unexpected messages on bus");
244 - pop_state_changed (bus, 2); /* pop remaining ready => paused messages off the bus */
245 + pop_state_changed (bus, 2, &had_latency); /* pop remaining ready => paused messages off the …
253 GST_DEBUG ("popping PAUSED -> PLAYING messages");
258 - pop_state_changed (bus, 4); /* pop playing => paused messages off the bus */
259 - pop_state_changed (bus, 4); /* pop paused => ready messages off the bus */
260 + pop_state_changed (bus, 4, &had_latency); /* pop playing => paused messages off the bus */
261 + pop_state_changed (bus, 4, &had_latency); /* pop paused => ready messages off the bus */
277 - pop_state_changed (bus, 2); /* pop remaining ready => paused messages off the bus */
278 + pop_state_changed (bus, 2, &had_latency); /* pop remaining ready => paused messages off the …
286 GST_DEBUG ("popping PAUSED -> PLAYING messages");
291 - pop_state_changed (bus, 4); /* pop playing => paused messages off the bus */
292 - pop_state_changed (bus, 4); /* pop paused => ready messages off the bus */
293 + pop_state_changed (bus, 4, &had_latency); /* pop playing => paused messages off the bus */
294 + pop_state_changed (bus, 4, &had_latency); /* pop paused => ready messages off the bus */