mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Add using_mmap field to GstFileSrc
Original commit message from CVS: Add using_mmap field to GstFileSrc
This commit is contained in:
parent
8f36390eda
commit
b5c340df0d
2 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ struct _GstFileSrc {
|
|||
off_t curoffset; /* current offset in file*/
|
||||
off_t block_size; /* bytes per read */
|
||||
gboolean touch; /* whether to touch every page */
|
||||
gboolean using_mmap;
|
||||
|
||||
GstBuffer *mapbuf;
|
||||
size_t mapsize;
|
||||
|
|
|
@ -66,6 +66,7 @@ struct _GstFileSrc {
|
|||
off_t curoffset; /* current offset in file*/
|
||||
off_t block_size; /* bytes per read */
|
||||
gboolean touch; /* whether to touch every page */
|
||||
gboolean using_mmap;
|
||||
|
||||
GstBuffer *mapbuf;
|
||||
size_t mapsize;
|
||||
|
|
Loading…
Reference in a new issue