qtmux: Improve error message
authorThiago Santos <thiagoss@embedded.ufcg.edu.br>
Thu, 15 Oct 2009 20:51:39 +0000 (17:51 -0300)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 12 Apr 2011 19:32:13 +0000 (20:32 +0100)
Improve error message when we can't get or estimate the
timestamp/duration of a buffer

gst/quicktime/gstqtmux.c

index f100196..1582d9c 100644 (file)
@@ -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: