GNOME Bugzilla – Bug 740757
watchdog: Handle playback and seeking cases
Last modified: 2014-11-27 23:07:41 UTC
Currently the watchdog element is usefull for pipelines that are only in the PLAYING state during its whole life, and will post a lot of error message in the PAUSED state.
Created attachment 291553 [details] [review] watchdog: Properly handle PAUSED state In PAUSED state we should just preroll, so get one buffer and stop monitoring.
Created attachment 291554 [details] [review] watchdog: Handle FLUSHING seek events even in PAUSED state
Attachment 291553 [details] pushed as eb24d9d - watchdog: Properly handle PAUSED state Attachment 291554 [details] pushed as 31679e5 - watchdog: Handle FLUSHING seek events even in PAUSED state