[gst-cvs] gst-plugins-bad: qtmux: Improve error message
Thiago Sousa Santos
thiagoss at kemper.freedesktop.org
Mon Oct 26 05:05:22 PDT 2009
Module: gst-plugins-bad
Branch: master
Commit: 5d63c26b08978c003e740dffb4a1b7788cde4fad
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=5d63c26b08978c003e740dffb4a1b7788cde4fad
Author: Thiago Santos <thiagoss at embedded.ufcg.edu.br>
Date: Thu Oct 15 17:51:39 2009 -0300
qtmux: Improve error message
Improve error message when we can't get or estimate the
timestamp/duration of a buffer
---
gst/qtmux/gstqtmux.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/qtmux/gstqtmux.c b/gst/qtmux/gstqtmux.c
index f100196..1582d9c 100644
--- a/gst/qtmux/gstqtmux.c
+++ b/gst/qtmux/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:
More information about the Gstreamer-commits
mailing list