podcasts/hammond-gtk
Jordan Petridis d117b0bcc7 PlayerWidget: Move on_duration_change and on_postion_updated methods.
Previously they depended on the player/pipeline to get the ClockTime
values, and only `PlayerWidget` had access to the `gst_player::Player`
object.

Now that it uses the gst_player methods instead of the raw pipeline
methods to get the ClockTime values it no longer needs access to the whole
PlayerWidget object.
2018-06-23 13:12:36 +00:00
..
resources PlayerWidget: Connect the fast-forward and rewind buttons, sort of. 2018-06-23 13:12:32 +00:00
src PlayerWidget: Move on_duration_change and on_postion_updated methods. 2018-06-23 13:12:36 +00:00
build.rs h-gtk: Add resources/ to the cargo check list. 2018-06-11 14:23:29 +03:00
Cargo.toml Initial playback 2018-06-23 13:12:25 +00:00