diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-04-13 15:15:50 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-04-13 15:15:50 +0000 |
commit | f1ebb5ca6b602790f076ec411ed36cf43ed4eb67 (patch) | |
tree | 97f5dc8924ada8f3ed88257329af62c0b92be55c /libs/gst/base/gstbasesrc.h | |
parent | 51caed9733dbc35091d8160451f8a5dcd1aefc04 (diff) |
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.
Diffstat (limited to 'libs/gst/base/gstbasesrc.h')
-rw-r--r-- | libs/gst/base/gstbasesrc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gst/base/gstbasesrc.h b/libs/gst/base/gstbasesrc.h index e34a9c577..2b85e955c 100644 --- a/libs/gst/base/gstbasesrc.h +++ b/libs/gst/base/gstbasesrc.h @@ -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 |