After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 623622 - [basesink/basesrc] Should return values in stream time for POSITION query
[basesink/basesrc] Should return values in stream time for POSITION query
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-05 17:34 UTC by Sebastian Dröge (slomo)
Modified: 2010-07-16 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
basesink: Use start/stop in stream time for the SEGMENT query (1.24 KB, patch)
2010-07-05 17:34 UTC, Sebastian Dröge (slomo)
none Details | Review
basesrc: Return values in stream time for the SEGMENT and POSITION query (1.59 KB, patch)
2010-07-05 17:35 UTC, Sebastian Dröge (slomo)
none Details | Review
basesink: Only answer the SEGMENT query in pull mode (1.27 KB, patch)
2010-07-06 08:17 UTC, Sebastian Dröge (slomo)
committed Details | Review
basesink: Implement GstElement::get_query_types() (1.95 KB, patch)
2010-07-06 08:17 UTC, Sebastian Dröge (slomo)
committed Details | Review
basesrc: Return values in stream time for the POSITION query (1.22 KB, patch)
2010-07-06 08:17 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2010-07-05 17:34:31 UTC
See summary and bug #623540.
Comment 1 Sebastian Dröge (slomo) 2010-07-05 17:34:52 UTC
Created attachment 165295 [details] [review]
basesink: Use start/stop in stream time for the SEGMENT query
Comment 2 Sebastian Dröge (slomo) 2010-07-05 17:35:03 UTC
Created attachment 165296 [details] [review]
basesrc: Return values in stream time for the SEGMENT and POSITION query
Comment 3 Sebastian Dröge (slomo) 2010-07-06 08:17:01 UTC
Created attachment 165333 [details] [review]
basesink: Only answer the SEGMENT query in pull mode

Otherwise the element handling the seeks should answer this query.
Comment 4 Sebastian Dröge (slomo) 2010-07-06 08:17:06 UTC
Created attachment 165334 [details] [review]
basesink: Implement GstElement::get_query_types()
Comment 5 Sebastian Dröge (slomo) 2010-07-06 08:17:10 UTC
Created attachment 165335 [details] [review]
basesrc: Return values in stream time for the POSITION query
Comment 6 Sebastian Dröge (slomo) 2010-07-16 15:37:12 UTC
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.