mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +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
58 lines
1 KiB
Text
58 lines
1 KiB
Text
<!-- ##### SECTION Title ##### -->
|
|
GstFakeSrc
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Generate empty buffers. (fakesrc)
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The <classname>GstFakeSrc</classname> generates empty buffers. (fakesrc)
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ENUM GstFakeSrcOutputType ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@FAKESRC_FIRST_LAST_LOOP:
|
|
@FAKESRC_LAST_FIRST_LOOP:
|
|
@FAKESRC_PING_PONG:
|
|
@FAKESRC_ORDERED_RANDOM:
|
|
@FAKESRC_RANDOM:
|
|
@FAKESRC_PATTERN_LOOP:
|
|
@FAKESRC_PING_PONG_PATTERN:
|
|
@FAKESRC_GET_ALWAYS_SUCEEDS:
|
|
|
|
<!-- ##### ENUM GstFakeSrcDataType ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@FAKESRC_DATA_ALLOCATE:
|
|
@FAKESRC_DATA_SUBBUFFER:
|
|
|
|
<!-- ##### ENUM GstFakeSrcSizeType ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@FAKESRC_SIZETYPE_NULL:
|
|
@FAKESRC_SIZETYPE_FIXED:
|
|
@FAKESRC_SIZETYPE_RANDOM:
|
|
|
|
<!-- ##### ENUM GstFakeSrcFillType ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@FAKESRC_FILLTYPE_NOTHING:
|
|
@FAKESRC_FILLTYPE_NULL:
|
|
@FAKESRC_FILLTYPE_RANDOM:
|
|
@FAKESRC_FILLTYPE_PATTERN:
|
|
@FAKESRC_FILLTYPE_PATTERN_CONT:
|
|
|