rtsp-client: Only error out in PLAY if seeking actually failed
authorSebastian Dröge <sebastian@centricular.com>
Fri, 13 Feb 2015 10:21:16 +0000 (12:21 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 13 Feb 2015 10:21:16 +0000 (12:21 +0200)
commit51ed357597eec8d3ca51427f4788afada3154c45
treeb2c3f99b19ef414ecb65116d862db88b1fdacc8c
parentbac59c52f18310893d906c7076bdd07a85fa9744
rtsp-client: Only error out in PLAY if seeking actually failed

If the media was just not seekable, we continue from whatever position we are
and let the client decide if that is what is wanted or not.

Only if the actual seek failed, we can't really recover and should error out.
gst/rtsp-server/rtsp-client.c
gst/rtsp-server/rtsp-media.c