Skip to content
  • Vineeth T M's avatar
    tools: gst-play: fix seeking issue · eec791a3
    Vineeth T M authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
    For positive seeking segment.stop value will be -1,
    when we change rate to -1, then the stop value will be udpated
    with the current position. And then again if we change rate to 1,
    the segment.stop value does not get updated and remains as position
    where we last changed rate to -1. Hence playback stops at that point.
    In case of positive rates, call gst_element_new_seek with correct values
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751213
    eec791a3