mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 22:21:13 +00:00
3803e830d3
Original commit message from CVS: * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc seems to think it needs to be done. * docs/gst/tmpl/gstfakesink.sgml: * docs/gst/tmpl/gstfakesrc.sgml: * docs/gst/tmpl/gstfdsink.sgml: * docs/gst/tmpl/gstfdsrc.sgml: * docs/gst/tmpl/gstfilesink.sgml: * docs/gst/tmpl/gstfilesrc.sgml: * docs/gst/tmpl/gstidentity.sgml: * docs/gst/tmpl/gstmd5sink.sgml: * docs/gst/tmpl/gstmultifilesrc.sgml: * docs/gst/tmpl/gstpipefilter.sgml: * docs/gst/tmpl/gstshaper.sgml: * docs/gst/tmpl/gstspider.sgml: * docs/gst/tmpl/gstspideridentity.sgml: * docs/gst/tmpl/gststatistics.sgml: * docs/gst/tmpl/gsttee.sgml: * docs/gst/tmpl/gsttypefind.sgml: * docs/gst/tmpl/gstutils.sgml:
46 lines
653 B
Text
46 lines
653 B
Text
<!-- ##### SECTION Title ##### -->
|
|
GstFileSrc
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Read data from a file
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
FileSrc is used to read buffers from a file. It efficiently uses mmap
|
|
and subbuffers.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GstFileSrc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@element:
|
|
@srcpad:
|
|
@pagesize:
|
|
@filename:
|
|
@uri:
|
|
@fd:
|
|
@filelen:
|
|
@curoffset:
|
|
@block_size:
|
|
@touch:
|
|
@using_mmap:
|
|
@mapbuf:
|
|
@mapsize:
|
|
@seek_happened:
|
|
@need_flush:
|
|
|
|
<!-- ##### ENUM GstFileSrcFlags ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@GST_FILESRC_OPEN:
|
|
@GST_FILESRC_FLAG_LAST:
|
|
|