matroskamux: fix outdated comment
authorTim-Philipp Müller <tim@centricular.com>
Sat, 8 Aug 2015 15:44:49 +0000 (16:44 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 8 Aug 2015 15:44:49 +0000 (16:44 +0100)
The default behaviour was changed in the 0.10 -> 1.x
transition, but the comment was not updated.

gst/matroska/matroska-mux.c

index 9f79175..6c93018 100644 (file)
@@ -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;
     }