GNOME Bugzilla – Bug 623622
[basesink/basesrc] Should return values in stream time for POSITION query
Last modified: 2010-07-16 15:37:31 UTC
See summary and bug #623540.
Created attachment 165295 [details] [review] basesink: Use start/stop in stream time for the SEGMENT query
Created attachment 165296 [details] [review] basesrc: Return values in stream time for the SEGMENT and POSITION query
Created attachment 165333 [details] [review] basesink: Only answer the SEGMENT query in pull mode Otherwise the element handling the seeks should answer this query.
Created attachment 165334 [details] [review] basesink: Implement GstElement::get_query_types()
Created attachment 165335 [details] [review] basesrc: Return values in stream time for the POSITION query
commit 55986b9a104265501d3f0728d8a5316bace2df88 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Jul 5 19:33:01 2010 +0200 basesrc: Return values in stream time for the POSITION query Fixes bug #623622. commit 249c4c18d062893f43dd19bd10a6dbe6ef3ad867 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Jul 5 18:54:45 2010 +0200 basesink: Implement GstElement::get_query_types() commit b2e7c4bd45b8f7ffa1fc2599125ee53e2e0f275a Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue Jul 6 10:13:04 2010 +0200 basesink: Only answer the SEGMENT query in pull mode Otherwise the element handling the seeks should answer this query. Fixes bug #623622.