After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740757 - watchdog: Handle playback and seeking cases
watchdog: Handle playback and seeking cases
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-26 14:55 UTC by Thibault Saunier
Modified: 2014-11-27 23:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
watchdog: Properly handle PAUSED state (5.87 KB, patch)
2014-11-26 14:55 UTC, Thibault Saunier
committed Details | Review
watchdog: Handle FLUSHING seek events even in PAUSED state (2.28 KB, patch)
2014-11-26 14:56 UTC, Thibault Saunier
committed Details | Review

Description Thibault Saunier 2014-11-26 14:55:56 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.
Comment 1 Thibault Saunier 2014-11-26 14:55:59 UTC
Created attachment 291553 [details] [review]
watchdog: Properly handle PAUSED state

In PAUSED state we should just preroll, so get one buffer
and stop monitoring.
Comment 2 Thibault Saunier 2014-11-26 14:56:05 UTC
Created attachment 291554 [details] [review]
watchdog: Handle FLUSHING seek events even in PAUSED state
Comment 3 Thibault Saunier 2014-11-27 18:11:44 UTC
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