Code review comment for lp:~tdelaet/entertainer/fixes-for-future-branch

Revision history for this message
Thomas Delaet (tdelaet) wrote :

This branch fixes two problems I had when trying out the entertainer future branch.

1. The latest version of pyclutter-gst doesn't have the get_playbin() function anymore. This function is renamed to get_pipeline(). (see changelog of pyclutter-gst)

2. When a video is finished playing, my screen turns blue. I fixed this by subscribing to the 'stop' signal of the media player. When the user interface receives this signal, it changes the screen to the previous screen.

See in commit messages for more details.

« Back to merge proposal