matroska: Trivial grammar fix on debug msg
authorReynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>
Sun, 6 Oct 2013 17:01:26 +0000 (10:01 -0700)
committerReynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>
Sun, 6 Oct 2013 17:02:09 +0000 (10:02 -0700)
gst/matroska/matroska-mux.c

index dbcf4c9..e8b64f6 100644 (file)
@@ -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 {