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 125414 - gnomevfssrc does not implement GST_QUERY_POSITION in GST_FORMAT_PERCENT
gnomevfssrc does not implement GST_QUERY_POSITION in GST_FORMAT_PERCENT
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.x
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-24 16:24 UTC by Matthew Berg
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implements GST_FORMAT_BYTES in GST_FORMAT_PERCENT (557 bytes, patch)
2003-10-24 16:25 UTC, Matthew Berg
none Details | Review

Description Matthew Berg 2003-10-24 16:24:48 UTC
The gnomevfssrc returns FALSE if you query for GST_QUERY_POSITION in
GST_FORMAT_PERCENT even if it is possible to derive this value from
src->curoffset and src->size.

The attached patch brings the behaviour in line with filesrc.
Comment 1 Matthew Berg 2003-10-24 16:25:56 UTC
Created attachment 20910 [details] [review]
implements GST_FORMAT_BYTES in GST_FORMAT_PERCENT
Comment 2 David Schleef 2003-12-02 04:01:33 UTC
applied, thanks.