podcasts/hammond-gtk
Jordan Petridis 0080399db2 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 22:45:15 +00:00
..
resources PlayerWidget: Connect the fast-forward and rewind buttons, sort of. 2018-06-23 22:45:13 +00:00
src PlayerWidget: Move on_duration_change and on_postion_updated methods. 2018-06-23 22:45:15 +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 22:45:09 +00:00