From 99f47c4b1726489066ee4fd835d07710c5d88c6a Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Thu, 15 Oct 2009 17:51:39 -0300 Subject: [PATCH] qtmux: Improve error message Improve error message when we can't get or estimate the timestamp/duration of a buffer --- gst/quicktime/gstqtmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/quicktime/gstqtmux.c b/gst/quicktime/gstqtmux.c index f10019662..1582d9c84 100644 --- a/gst/quicktime/gstqtmux.c +++ b/gst/quicktime/gstqtmux.c @@ -1344,7 +1344,7 @@ bail: no_time: { GST_ELEMENT_ERROR (qtmux, STREAM, MUX, (NULL), - ("Failed to determine time to mux.")); + ("Received buffer without timestamp/duration.")); goto bail; } fragmented_sample: -- 2.34.1