mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-06 07:28:48 +00:00
29b32462e9
Original commit message from CVS: Added the disksink template
36 lines
682 B
Text
36 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>
|
|
|