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 623541 - [basetransform] Implement POSITION query
[basetransform] Implement POSITION query
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-04 18:38 UTC by Sebastian Dröge (slomo)
Modified: 2010-07-16 15:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
basetransform: Implement POSITION and SEGMENT query (3.52 KB, patch)
2010-07-05 08:36 UTC, Sebastian Dröge (slomo)
none Details | Review
basetransform: Implement POSITION and SEGMENT query (3.91 KB, patch)
2010-07-05 17:35 UTC, Sebastian Dröge (slomo)
none Details | Review
basetransform: Implement POSITION query (3.45 KB, patch)
2010-07-06 08:17 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2010-07-04 18:38:12 UTC
basetransform could and should implement the position query (and later the running time/stream time queries, see bug #623540). It can and it wouldn't hurt ;)
Comment 1 Sebastian Dröge (slomo) 2010-07-05 08:36:35 UTC
Created attachment 165261 [details] [review]
basetransform: Implement POSITION and SEGMENT query

Fixes bug #623541.
Comment 2 Sebastian Dröge (slomo) 2010-07-05 17:35:27 UTC
Created attachment 165297 [details] [review]
basetransform: Implement POSITION and SEGMENT query

Fixes bug #623541.
Comment 3 Sebastian Dröge (slomo) 2010-07-06 08:17:36 UTC
Created attachment 165336 [details] [review]
basetransform: Implement POSITION query

Fixes bug #623541.
Comment 4 Sebastian Dröge (slomo) 2010-07-16 15:37:58 UTC
commit e2db318921038ef0723234e4ff3545969e527c9e
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Jul 5 10:36:05 2010 +0200

    basetransform: Implement POSITION query
    
    Fixes bug #623541.