GNOME Bugzilla – Bug 794964
rtsp-media: do not query position on inactive streams if media is complete
Last modified: 2018-04-04 07:06:42 UTC
If the media is complete, i.e. one or more streams have been configured with sinks, then we want to query the position on those streams only. Since the inactive streams are blocked, a query on an incomplete stream may return a position that originates from an earlier pre-roll.
Created attachment 370514 [details] [review] If media is complete do position query on active streams only
commit 48ad01beba0ebb7a91bcd461a610a49453343393 Author: Branko Subasic <branko@axis.com> Date: Tue Apr 3 08:57:47 2018 +0200 rtsp-media: query the position on active streams if media is complete If the media is complete, i.e. one or more streams have been configured with sinks, then we want to query the position on those streams only. A query on an incomplete stream may return a position that originates from an earlier preroll. https://bugzilla.gnome.org/show_bug.cgi?id=794964