mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
common/gtk-doc.mak: don't fail on building XML, FC4 slave shows a bunch of doc missing bits that I don't get
Original commit message from CVS: * common/gtk-doc.mak: don't fail on building XML, FC4 slave shows a bunch of doc missing bits that I don't get * gst/gstpad.c: * gst/gstpipeline.c: * gst/gststructure.c: some doc updates
This commit is contained in:
parent
2c202f9120
commit
446ddc915f
5 changed files with 16 additions and 2 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* common/gtk-doc.mak:
|
||||
don't fail on building XML, FC4 slave shows a bunch of doc
|
||||
missing bits that I don't get
|
||||
* gst/gstpad.c:
|
||||
* gst/gstpipeline.c:
|
||||
* gst/gststructure.c:
|
||||
some doc updates
|
||||
|
||||
2005-09-23 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* docs/design/part-gstbin.txt:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 793f85c1c14de9c1053b8db7df44bfbba1f0a156
|
||||
Subproject commit c7160d5b7c76f00609cf7b6e9b782e99f626686c
|
|
@ -1927,7 +1927,8 @@ gst_pad_fixate_caps (GstPad * pad, GstCaps * caps)
|
|||
|
||||
/**
|
||||
* gst_pad_accept_caps:
|
||||
* @pad: a #GstPad to check
|
||||
* @pad: a #GstPad to check
|
||||
* @caps: a #GstCaps to check on the pad
|
||||
*
|
||||
* Check if the given pad accepts the caps.
|
||||
*
|
||||
|
@ -1979,6 +1980,7 @@ gst_pad_accept_caps (GstPad * pad, GstCaps * caps)
|
|||
/**
|
||||
* gst_pad_peer_accept_caps:
|
||||
* @pad: a #GstPad to check
|
||||
* @caps: a #GstCaps to check on the pad
|
||||
*
|
||||
* Check if the given pad accepts the caps.
|
||||
*
|
||||
|
|
|
@ -422,6 +422,7 @@ gst_pipeline_get_bus (GstPipeline * pipeline)
|
|||
/**
|
||||
* gst_pipeline_set_new_stream_time:
|
||||
* @pipeline: the pipeline
|
||||
* @GstClockTime: the new stream time to set
|
||||
*
|
||||
* Set the new stream time of the pipeline. The stream time is used to
|
||||
* set the base time on the elements (see @gst_element_set_base_time())
|
||||
|
|
|
@ -719,6 +719,7 @@ gst_structure_n_fields (const GstStructure * structure)
|
|||
/**
|
||||
* gst_structure_nth_field_name:
|
||||
* @structure: a #GstStructure
|
||||
* @index: the index to get the name of
|
||||
*
|
||||
* Returns: the name of the given field number, counting from 0 onwards.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue