mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 19:44:10 +00:00
matroska: Trivial grammar fix on debug msg
This commit is contained in:
parent
1cb31eeacc
commit
38c5e5efdc
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue