mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
209c82ee06
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: More doc hacking. * docs/gst/tmpl/gstaggregator.sgml: * docs/gst/tmpl/gstautoplugfactory.sgml: * docs/gst/tmpl/gstbin.sgml: * docs/gst/tmpl/gstbuffer.sgml: * docs/gst/tmpl/gstbufferstore.sgml: * docs/gst/tmpl/gstfakesink.sgml: * docs/gst/tmpl/gstfakesrc.sgml: * docs/gst/tmpl/gstmd5sink.sgml: * docs/gst/tmpl/gstreamer-unused.sgml: * docs/gst/tmpl/gstsearchfuncs.sgml: * docs/gst/tmpl/gstshaper.sgml: * docs/gst/tmpl/gstspider.sgml: * docs/gst/tmpl/gsttee.sgml: * docs/gst/tmpl/gstutils.sgml: * docs/gst/tmpl/gstvalue.sgml: * docs/gst/tmpl/gstxml.sgml: * gst/Makefile.am: Remove gstthreaddummy.c. It never worked, and we don't support it. * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post), (gst_use_threads), (gst_has_threads): same * gst/gstthreaddummy.c: same * gst/autoplug/gstspider.c: Make gst_spider_details static. * gst/autoplug/gstspider.h: same * gst/elements/gstaggregator.h: Remove bogus function from header * gst/elements/gstfakesink.h: same * gst/elements/gstfakesrc.h: same * gst/elements/gstmd5sink.h: same * gst/elements/gstshaper.h: same * gst/elements/gsttee.h: same * gst/gstbin.c: doc fixes * gst/gstbin.h: Remove unused definition. * gst/gstbuffer.c: doc fixes * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes * gst/gstfilter.c: doc fixes * gst/gsttag.c: doc fixes * gst/gstvalue.c: doc fixes
31 lines
686 B
Text
31 lines
686 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>
|
|
|
|
<!-- ##### 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:
|
|
|