mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
bf8c785fb0
Original commit message from CVS: Documentation updates. All standard library objects and standard elements are documented. Modified some of the elements to more accuratly report about their arguments so the documentation builds more reasonable output. Added aviencoder and jpegencoder elements (not working yet)
31 lines
605 B
Text
31 lines
605 B
Text
<!-- ##### SECTION Title ##### -->
|
|
GstFdSrc
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Read buffers from a file descriptor. (fdsrc)
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Read buffers from a file descriptor.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GstFdSrc:location ##### -->
|
|
<para>
|
|
The filedescriptor to read from. Pass the argument as a char* (???)
|
|
</para>
|
|
|
|
<!-- ##### ARG GstFdSrc:bytesperread ##### -->
|
|
<para>
|
|
The number of bytes per read.
|
|
</para>
|
|
|
|
<!-- ##### ARG GstFdSrc:offset ##### -->
|
|
<para>
|
|
Get the current offset in the file.
|
|
</para>
|
|
|