| GStreamer 0.9 Core Reference Manual |
|---|
GstFileSrcGstFileSrc — read from arbitrary point in a file |
#include <gst/elements/gstfilesrc.h>
GstFileSrc;
"fd" gint : Read "location" gchararray : Read / Write "mmapsize" gulong : Read / Write "touch" gboolean : Read / Write
Read data from a file in the local file system. The implementation is using mmap(2) to read chunks from the file in an efficient way.
fd" property"fd" gint : Read
File-descriptor for the file being mmap()d.
Allowed values: >= 0
Default value: 0
location" property"location" gchararray : Read / Write
Location of the file to read.
Default value: NULL
touch" property"touch" gboolean : Read / Write
Touch data to force disk read.
Default value: FALSE
| << GstFakeSink | GstFileSink >> |