From a95c761fdecd0df63f85c37a76d380891684513c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 8 Aug 2015 16:44:49 +0100 Subject: [PATCH] matroskamux: fix outdated comment The default behaviour was changed in the 0.10 -> 1.x transition, but the comment was not updated. --- 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 9f79175..6c93018 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -2675,7 +2675,7 @@ gst_matroska_mux_start (GstMatroskaMux * mux) gst_query_parse_seeking (query, NULL, &seekable, NULL, NULL); GST_INFO_OBJECT (mux, "downstream is %sseekable", seekable ? "" : "not "); } else { - /* have to assume seeking is supported if query not handled downstream */ + /* assume seeking is not supported if query not handled downstream */ GST_WARNING_OBJECT (mux, "downstream did not handle seeking query"); seekable = FALSE; } -- 2.7.4