GNOME Bugzilla – Bug 646256
qtmux "buffer without timestamp/duration" error message could be more helpful
Last modified: 2011-04-04 10:44:23 UTC
When qtmux fails due to out-of-chronological-order buffers without duration (bug 638288) it produces this error message: Could not multiplex stream. If the application happens to show debug info, this additional message is available: Received buffer without timestamp/duration. It would be a bit more helpful if the latter message was included in the former. Better yet, how about mentioning the new dts-method=reorder property, which can work around the problem, in the error message? It might save developers some time and trouble.
Some related items for follow-up have been noted in bug #636699. commit 888dac9887afb486f4b7c2c2afbe34b565c1277c Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Mon Apr 4 12:21:23 2011 +0200 qtmux: more helpful debug error message when no needed duration on input buffers Fixes #646256.