mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +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:
45 lines
840 B
Text
45 lines
840 B
Text
<!-- ##### SECTION Title ##### -->
|
|
GstFakeSink
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Sources a buffer without doing anything with it. (fakesink)
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Take a buffer and gst_buffer_unref() it. This element does nothing
|
|
with the buffer. (fakesink)
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GstFakeSink ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@element:
|
|
@silent:
|
|
@dump:
|
|
@sync:
|
|
@signal_handoffs:
|
|
@clock:
|
|
@state_error:
|
|
@last_message:
|
|
|
|
<!-- ##### ENUM GstFakeSinkStateError ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@FAKESINK_STATE_ERROR_NONE:
|
|
@FAKESINK_STATE_ERROR_NULL_READY:
|
|
@FAKESINK_STATE_ERROR_READY_PAUSED:
|
|
@FAKESINK_STATE_ERROR_PAUSED_PLAYING:
|
|
@FAKESINK_STATE_ERROR_PLAYING_PAUSED:
|
|
@FAKESINK_STATE_ERROR_PAUSED_READY:
|
|
@FAKESINK_STATE_ERROR_READY_NULL:
|
|
|