From: Tim-Philipp Müller Date: Sat, 8 Aug 2015 15:44:49 +0000 (+0100) Subject: matroskamux: fix outdated comment X-Git-Tag: 1.19.3~509^2~3351 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a95c761fdecd0df63f85c37a76d380891684513c;p=platform%2Fupstream%2Fgstreamer.git matroskamux: fix outdated comment The default behaviour was changed in the 0.10 -> 1.x transition, but the comment was not updated. --- 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; }