From 888dac9887afb486f4b7c2c2afbe34b565c1277c Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Mon, 4 Apr 2011 12:21:23 +0200 Subject: [PATCH] qtmux: more helpful debug error message when no needed duration on input buffers Fixes #646256. --- gst/qtmux/gstqtmux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/qtmux/gstqtmux.c b/gst/qtmux/gstqtmux.c index 5c7c4dde46..39110d846b 100644 --- a/gst/qtmux/gstqtmux.c +++ b/gst/qtmux/gstqtmux.c @@ -2368,7 +2368,8 @@ bail: no_time: { GST_ELEMENT_ERROR (qtmux, STREAM, MUX, (NULL), - ("Received buffer without timestamp/duration.")); + ("Received buffer without timestamp/duration. " + "Using e.g. dts-method=reorder might help.")); goto bail; } no_order: