gstreamer/docs/gst/tmpl/gstiterator.sgml
Andy Wingo ad1970eae2 tools/gst-typefind.c: Update, add copyright block.
Original commit message from CVS:
2005-07-15  Andy Wingo  <wingo@pobox.com>

* tools/gst-typefind.c: Update, add copyright block.

* gst/base/gstbasesrc.c (gst_base_src_default_negotiate):
Normalize and truncate caps before fixation.

* gst/gstcaps.h:
* gst/gstcaps.c (gst_caps_truncate): New function, destructively
discards all but the first structure from its argument.
2005-07-15 11:04:18 +00:00

248 lines
2.5 KiB
Text

<!-- ##### SECTION Title ##### -->
GstIterator
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GstIterator ##### -->
<para>
</para>
@next:
@item:
@resync:
@free:
@pushed:
@lock:
@cookie:
@master_cookie:
<!-- ##### ENUM GstIteratorItem ##### -->
<para>
</para>
@GST_ITERATOR_ITEM_SKIP:
@GST_ITERATOR_ITEM_PASS:
@GST_ITERATOR_ITEM_END:
<!-- ##### ENUM GstIteratorResult ##### -->
<para>
</para>
@GST_ITERATOR_DONE:
@GST_ITERATOR_OK:
@GST_ITERATOR_RESYNC:
@GST_ITERATOR_ERROR:
<!-- ##### USER_FUNCTION GstIteratorDisposeFunction ##### -->
<para>
</para>
@owner:
<!-- ##### USER_FUNCTION GstIteratorNextFunction ##### -->
<para>
</para>
@it:
@result:
@Returns:
<!-- ##### USER_FUNCTION GstIteratorItemFunction ##### -->
<para>
</para>
@it:
@item:
@Returns:
<!-- ##### USER_FUNCTION GstIteratorResyncFunction ##### -->
<para>
</para>
@it:
<!-- ##### USER_FUNCTION GstIteratorFreeFunction ##### -->
<para>
</para>
@it:
<!-- ##### USER_FUNCTION GstIteratorFoldFunction ##### -->
<para>
</para>
@item:
@ret:
@user_data:
@Returns:
<!-- ##### MACRO GST_ITERATOR ##### -->
<para>
</para>
@it:
<!-- ##### MACRO GST_ITERATOR_LOCK ##### -->
<para>
</para>
@it:
<!-- ##### MACRO GST_ITERATOR_COOKIE ##### -->
<para>
</para>
@it:
<!-- ##### MACRO GST_ITERATOR_ORIG_COOKIE ##### -->
<para>
</para>
@it:
<!-- ##### FUNCTION gst_iterator_new ##### -->
<para>
</para>
@size:
@lock:
@master_cookie:
@next:
@item:
@resync:
@free:
@Returns:
<!-- ##### FUNCTION gst_iterator_new_list ##### -->
<para>
</para>
@lock:
@master_cookie:
@list:
@owner:
@item:
@free:
@Returns:
<!-- ##### FUNCTION gst_iterator_next ##### -->
<para>
</para>
@it:
@result:
@Returns:
<!-- ##### FUNCTION gst_iterator_resync ##### -->
<para>
</para>
@it:
<!-- ##### FUNCTION gst_iterator_free ##### -->
<para>
</para>
@it:
<!-- ##### FUNCTION gst_iterator_push ##### -->
<para>
</para>
@it:
@other:
<!-- ##### FUNCTION gst_iterator_filter ##### -->
<para>
</para>
@it:
@func:
@user_data:
@Returns:
<!-- ##### FUNCTION gst_iterator_fold ##### -->
<para>
</para>
@iter:
@func:
@ret:
@user_data:
@Returns:
<!-- ##### FUNCTION gst_iterator_foreach ##### -->
<para>
</para>
@iter:
@func:
@user_data:
@Returns:
<!-- ##### FUNCTION gst_iterator_find_custom ##### -->
<para>
</para>
@it:
@func:
@user_data:
@Returns: