diff options
Diffstat (limited to 'gst/elements/gstfilesrc.c')
-rw-r--r-- | gst/elements/gstfilesrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/elements/gstfilesrc.c b/gst/elements/gstfilesrc.c index 4f5666552..809a548c9 100644 --- a/gst/elements/gstfilesrc.c +++ b/gst/elements/gstfilesrc.c @@ -884,7 +884,7 @@ gst_file_src_start (GstBaseSrc * basesrc) } else #endif { - /* If not in mmap mode, we need to check if the underlying file is + /* If not in mmap mode, we need to check if the underlying file is * seekable. */ off_t res = lseek (src->fd, 0, SEEK_CUR); |