mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 21:42:25 +00:00
docs/gst/gstreamer-sections.txt: Add gst_query_new_seeking and gst_query_parse_seeking to the docs.
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: Add gst_query_new_seeking and gst_query_parse_seeking to the docs.
This commit is contained in:
parent
4c43a3273d
commit
aeb51703b4
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* docs/gst/gstreamer-sections.txt:
|
||||||
|
Add gst_query_new_seeking and gst_query_parse_seeking to the
|
||||||
|
docs.
|
||||||
|
|
||||||
2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
|
2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* gst/base/gstbasetransform.c: (gst_base_transform_buffer_alloc):
|
* gst/base/gstbasetransform.c: (gst_base_transform_buffer_alloc):
|
||||||
|
|
|
@ -1560,9 +1560,11 @@ gst_query_new_application
|
||||||
gst_query_new_convert
|
gst_query_new_convert
|
||||||
gst_query_new_position
|
gst_query_new_position
|
||||||
gst_query_new_duration
|
gst_query_new_duration
|
||||||
|
gst_query_new_seeking
|
||||||
gst_query_parse_convert
|
gst_query_parse_convert
|
||||||
gst_query_parse_position
|
gst_query_parse_position
|
||||||
gst_query_parse_duration
|
gst_query_parse_duration
|
||||||
|
gst_query_parse_seeking
|
||||||
gst_query_ref
|
gst_query_ref
|
||||||
gst_query_set_convert
|
gst_query_set_convert
|
||||||
gst_query_set_formats
|
gst_query_set_formats
|
||||||
|
|
Loading…
Reference in a new issue