GNOME Bugzilla – Bug 739580
basesink: Answer the query position when receiving it from upstream
Last modified: 2014-11-08 14:15:01 UTC
Currently we are just returning FALSE, but we do have the information we should just answer the query the same way as when answering through the GstElement.query vmethod default implementation.
Created attachment 289921 [details] [review] basesink: Answer the query position when receiving it from upstream
You mean downstream btw, there is no upstream of basesink ;)
Ignore that comment :) We're talking about basesink, not basesrc here.
(In reply to comment #3) > Ignore that comment :) We're talking about basesink, not basesrc here. Yeah, I felt I had not understood anything about GStreamer reading your comment :P
Attachment 289921 [details] pushed as 56606c5 - basesink: Answer the query position when receiving it from upstream