Add using_mmap field to GstFileSrc

Original commit message from CVS:
Add using_mmap field to GstFileSrc
This commit is contained in:
David Schleef 2003-07-30 01:41:23 +00:00
parent 8f36390eda
commit b5c340df0d
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -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;