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 620002 - [flvdemux] Typo in position query handling makes all position queries fail
[flvdemux] Typo in position query handling makes all position queries fail
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-29 08:25 UTC by Sebastian Dröge (slomo)
Modified: 2010-05-29 11:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
flvdemux: Fix position query (868 bytes, patch)
2010-05-29 08:25 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2010-05-29 08:25:10 UTC
Hi,
flvdemux currently has a typo in the position query handling. The query is parsed with gst_query_parse_position() but is set later with gst_query_set_duration()...

Attached trivial patch fixes this.
Comment 1 Sebastian Dröge (slomo) 2010-05-29 08:25:38 UTC
Created attachment 162259 [details] [review]
flvdemux: Fix position query
Comment 2 Sebastian Dröge (slomo) 2010-05-29 11:56:02 UTC
commit f8c906e475ea918aef0de88849f9fd0668a4296a
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Sat May 29 10:23:48 2010 +0200

    flvdemux: Fix position query