mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
3d34ce7b95
Original commit message from CVS: Updated the manual and the docs. Removed the esdsink in gst/elements/ we have a real one not in the plugins dir. Added more APIs to query the plugins, types and caps. more fields now have a getter and a setter. This is needed to make gstreamer wrapper fiendly. Added gst_element_disconnect beacuse we also have a gst_element_connect
55 lines
1.1 KiB
Text
55 lines
1.1 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GstDiskSrc
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Synchronous read from a file (disksrc)
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Synchonously read buffers from a file. If you need asynchronous reading
|
|
with seeking capabilities use a <classname>GstAsynDiskSrc</classname> instead.
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ENUM GstDiskSrcFlags ##### -->
|
|
<para>
|
|
<informaltable pgwide=1 frame="none" role="enum">
|
|
<tgroup cols="2"><colspec colwidth="2*"><colspec colwidth="8*">
|
|
<tbody>
|
|
<row>
|
|
<entry>GST_DISKSRC_OPEN</entry>
|
|
<entry>the disksrc is open for reading</entry>
|
|
</row>
|
|
|
|
</tbody></tgroup></informaltable>
|
|
|
|
</para>
|
|
|
|
@GST_DISKSRC_OPEN:
|
|
@GST_DISKSRC_FLAG_LAST:
|
|
|
|
<!-- ##### ARG GstDiskSrc:location ##### -->
|
|
<para>
|
|
Specify the location of the file to read.
|
|
</para>
|
|
|
|
<!-- ##### ARG GstDiskSrc:bytesperread ##### -->
|
|
<para>
|
|
Specify how many bytes to read at a time.
|
|
</para>
|
|
|
|
<!-- ##### ARG GstDiskSrc:offset ##### -->
|
|
<para>
|
|
Get the current offset in the file.
|
|
</para>
|
|
|
|
<!-- ##### ARG GstDiskSrc:size ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|