| Top |  |  |  |  | 
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseSrc ╰── GstFileSrc
Description
Read data from a file in the local file system.
Example launch line
| 1 | gst-launch-1.0 filesrc location=song.ogg ! decodebin ! audioconvert ! audioresample ! autoaudiosink | 
Play song.ogg audio file which must be in the current working directory.
Synopsis
Element Information
| plugin | coreelements | 
| author | Erik Walthinsen <omega@cse.ogi.edu> | 
| class | Source/File | 
Property Details
The “location” property
“location” gchar *
Location of the file to read.
Flags: Read / Write
Default value: NULL
