matroska: Trivial grammar fix on debug msg

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2013-10-06 10:01:26 -07:00
parent 1cb31eeacc
commit 38c5e5efdc

View 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 {