mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 19:36:38 +00:00
37 lines
682 B
Text
37 lines
682 B
Text
|
<!-- ##### SECTION Title ##### -->
|
||
|
GstDiskSink
|
||
|
|
||
|
<!-- ##### SECTION Short_Description ##### -->
|
||
|
Write to a file
|
||
|
|
||
|
<!-- ##### SECTION Long_Description ##### -->
|
||
|
<para>
|
||
|
The disksink write to a file. The filename can be given as an argument.
|
||
|
</para>
|
||
|
|
||
|
<!-- ##### SECTION See_Also ##### -->
|
||
|
<para>
|
||
|
#GstFdSink
|
||
|
</para>
|
||
|
|
||
|
<!-- ##### ENUM GstDiskSinkFlags ##### -->
|
||
|
<para>
|
||
|
|
||
|
</para>
|
||
|
|
||
|
@GST_DISKSINK_OPEN:
|
||
|
@GST_DISKSINK_FLAG_LAST:
|
||
|
|
||
|
<!-- ##### SIGNAL GstDiskSink::handoff ##### -->
|
||
|
<para>
|
||
|
Is emited after the buffer has been written to the disk.
|
||
|
</para>
|
||
|
|
||
|
@gstdisksink: the object which received the signal.
|
||
|
|
||
|
<!-- ##### ARG GstDiskSink:location ##### -->
|
||
|
<para>
|
||
|
The filename to write to.
|
||
|
</para>
|
||
|
|