GNOME Bugzilla – Bug 729553
qtdemux: tries to reply to a byte position query with a time position
Last modified: 2014-05-09 15:15:17 UTC
Created attachment 275871 [details] [review] Patch that should fix this issue Hi The qtdemux tries to reply a byte position query with a time position. Resulting in a assert.
That looks fine, thanks for the patch. Could you provide a patch in 'git format-patch' format by any chance? (Commit locally and then use 'git format-patch -1' to create a patch file). That way we don't have to type your author info and commit message.
Created attachment 276248 [details] [review] patch formated as aked
(In reply to comment #1) > That looks fine, thanks for the patch. > > Could you provide a patch in 'git format-patch' format by any chance? (Commit > locally and then use 'git format-patch -1' to create a patch file). That way we > don't have to type your author info and commit message. Here you are
Brilliant, thank you! Pushed to master: commit bd51aa7aa8a4e01b880ddf9c3174f122ad15e7d3 Author: Eric Trousset <etrousset@awox.com> Date: Fri May 9 16:48:58 2014 +0200 qtdemux: don't respond to a position query in BYTE format with a TIME position https://bugzilla.gnome.org/show_bug.cgi?id=729553