Skip to content
  • Jean Felder's avatar
    player: Fix signal emission after a seek operation · 2fa4b631
    Jean Felder authored
    As the seek_simple operation is asynchronous, the seek-finished signal
    cannot directly be emitted by the Player.
    
    Fix the issue by listening to the reset-time message in
    GstPlayer. This message is sent once the seek_simple operation is
    finished. The seek-finished signal is then transmitted to the Player.
    2fa4b631