GNOME Bugzilla – Bug 784681
rtspsrc: reject segment seeks
Last modified: 2018-03-27 13:03:11 UTC
It would be nice to handle it in the future, but for now we don't so let's be honest about it.
Created attachment 355134 [details] [review] rtspsrc: reject segment seeks
Review of attachment 355134 [details] [review]: Otherwise lgtm. ::: gst/rtsp/gstrtspsrc.c @@ +2283,3 @@ +invalid_flags: + { + GST_WARNING_OBJECT (src, "Unsupported seek flags"); Be more precise about the problem in the warning?
Created attachment 361446 [details] [review] rtspsrc: reject segment seeks
Why not make it explicit and say "Segment seek not supported." or such? In any case, can we get this in in some form?
Attachment 361446 [details] pushed as 893d39c - rtspsrc: reject segment seeks