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 623379 - [flvmux] Writing duration outside the allocated memory area in streaming mode
[flvmux] Writing duration outside the allocated memory area in streaming mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.24
Other Linux
: Normal blocker
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-02 12:25 UTC by Sebastian Dröge (slomo)
Modified: 2010-07-02 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
flvmux: Write duration at the correct position (1.15 KB, patch)
2010-07-02 12:25 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2010-07-02 12:25:15 UTC
Patch by Andrzej K. Haczewski <ahaczewski@gmail.com>

Problem is, that the wrong offset was taken here (29 vs. 42). 42 is the offset from the beginning of the file, 29 the offset from the beginning of the buffer.
Comment 1 Sebastian Dröge (slomo) 2010-07-02 12:25:47 UTC
Created attachment 165101 [details] [review]
flvmux: Write duration at the correct position
Comment 2 Sebastian Dröge (slomo) 2010-07-02 12:35:52 UTC
commit 0b5172eb06872d08c87e0fef4cffef1f619f2d81
Author: Andrzej K. Haczewski <ahaczewski@gmail.com>
Date:   Fri Jul 2 14:25:22 2010 +0200

    flvmux: Write duration at the correct position