rtspsrc: fix seeking
authorAlessandro Decina <alessandro.d@gmail.com>
Wed, 5 Mar 2014 10:39:09 +0000 (11:39 +0100)
committerAlessandro Decina <alessandro.d@gmail.com>
Wed, 5 Mar 2014 10:39:09 +0000 (11:39 +0100)
commitc4bf6e8b7e653f29e3c7d702c6cd5dca457df435
tree07378b5133b785991ae406078abba681e390edcc
parentfd12ff4c29a18de945b97cfc081e5b06df23ebf4
rtspsrc: fix seeking

Call gst_rtspsrc_connection_flush (src, FALSE) to reset connections as
non-flushing before sending PAUSE and PLAY with the new npt range. Without this
patch, those commands would fail with EINTR as the connections were still
flushing.
gst/rtsp/gstrtspsrc.c