mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
matroskamux: fix outdated comment
The default behaviour was changed in the 0.10 -> 1.x transition, but the comment was not updated.
This commit is contained in:
parent
c8551b6285
commit
a95c761fde
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue