From 38c5e5efdcbe2d837127db9f1641ff15bf474986 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Sun, 6 Oct 2013 10:01:26 -0700 Subject: [PATCH] matroska: Trivial grammar fix on debug msg --- gst/matroska/matroska-mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index dbcf4c9..e8b64f6 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -3467,7 +3467,7 @@ gst_matroska_mux_handle_buffer (GstCollectPads * pads, GstCollectData * data, /* if there is no best pad, we have reached EOS */ if (best == NULL) { - GST_DEBUG_OBJECT (mux, "No best pad finishing..."); + GST_DEBUG_OBJECT (mux, "No best pad. Finishing..."); if (!mux->streamable) { gst_matroska_mux_finish (mux); } else { -- 2.7.4