mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
win32/common/: Update, add recently added functions.
Original commit message from CVS: * win32/common/libgstbase.def: * win32/common/libgstreamer.def: Update, add recently added functions.
This commit is contained in:
parent
18132911b4
commit
56a4bbcc65
3 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* win32/common/libgstbase.def:
|
||||||
|
* win32/common/libgstreamer.def:
|
||||||
|
Update, add recently added functions.
|
||||||
|
|
||||||
2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
|
2006-03-23 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* docs/gst/gstreamer-sections.txt:
|
* docs/gst/gstreamer-sections.txt:
|
||||||
|
|
|
@ -13,6 +13,8 @@ EXPORTS
|
||||||
gst_base_sink_get_type
|
gst_base_sink_get_type
|
||||||
gst_base_sink_set_max_lateness
|
gst_base_sink_set_max_lateness
|
||||||
gst_base_sink_set_sync
|
gst_base_sink_set_sync
|
||||||
|
gst_base_sink_set_qos_enabled
|
||||||
|
gst_base_sink_is_qos_enabled
|
||||||
gst_base_src_get_type
|
gst_base_src_get_type
|
||||||
gst_base_src_is_live
|
gst_base_src_is_live
|
||||||
gst_base_src_set_format
|
gst_base_src_set_format
|
||||||
|
|
|
@ -426,6 +426,9 @@ EXPORTS
|
||||||
gst_pad_query_default
|
gst_pad_query_default
|
||||||
gst_pad_query_duration
|
gst_pad_query_duration
|
||||||
gst_pad_query_position
|
gst_pad_query_position
|
||||||
|
gst_pad_query_peer_convert
|
||||||
|
gst_pad_query_peer_duration
|
||||||
|
gst_pad_query_peer_position
|
||||||
gst_pad_remove_buffer_probe
|
gst_pad_remove_buffer_probe
|
||||||
gst_pad_remove_data_probe
|
gst_pad_remove_data_probe
|
||||||
gst_pad_remove_event_probe
|
gst_pad_remove_event_probe
|
||||||
|
|
Loading…
Reference in a new issue