docs/libs/gstreamer-libs-sections.txt: Remove bogus addition for API I didn't end up keeping.

Original commit message from CVS:
* docs/libs/gstreamer-libs-sections.txt:
Remove bogus addition for API I didn't end up keeping.
* libs/gst/base/gstbasesrc.h:
Mention Since: 0.10.13 in the documentation.
Add the API keyword to the previous ChangeLog entry.
This commit is contained in:
Jan Schmidt 2007-04-13 15:15:50 +00:00
parent 51caed9733
commit f1ebb5ca6b
3 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,13 @@
2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
* docs/libs/gstreamer-libs-sections.txt:
Remove bogus addition for API I didn't end up keeping.
* libs/gst/base/gstbasesrc.h:
Mention Since: 0.10.13 in the documentation.
Add the API keyword to the previous ChangeLog entry.
2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
* docs/libs/gstreamer-libs-sections.txt:
@ -12,6 +22,8 @@
old behaviour of attempting to convert the seek offsets to the
configured native format.
API: basesrc::prepare_seek_segment vmethod.
2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
* gst/gstelement.c: (gst_element_get_state_func):

View file

@ -154,7 +154,6 @@ gst_base_src_wait_playing
gst_base_src_is_live
gst_base_src_set_live
gst_base_src_set_format
gst_base_src_send_new_segment
GST_BASE_SRC_PAD
<SUBSECTION Standard>

View file

@ -142,6 +142,7 @@ struct _GstBaseSrc {
* this if they support seeking in formats other than the configured native
* format. By default, it tries to convert the seek arguments to the
* configured native format and prepare a segment in that format.
* Since: 0.10.13
* @query: Handle a requested query.
* @check_get_range: Check whether the source would support pull-based
* operation if it were to be opened now. This vfunc is optional, but