qtmux: more helpful debug error message when no needed duration on input buffers
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 4 Apr 2011 10:21:23 +0000 (12:21 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 19:32:21 +0000 (20:32 +0100)
Fixes #646256.

gst/quicktime/gstqtmux.c

index 5c7c4dd..39110d8 100644 (file)
@@ -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: