mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
win32/common/libgstbase.def: added export of gst_type_find_helper_for_buffer
Original commit message from CVS: * win32/common/libgstbase.def: added export of gst_type_find_helper_for_buffer * win32/common/libgstbase.def: added some exports : gst_bin_iterate_elements, gst_iterator_resync, gst_ghost_pad_get_target
This commit is contained in:
parent
2ce6ef3edd
commit
13dcc943cd
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2006-02-28 Sebastien Moutte <sebastien@moutte.net>
|
||||
|
||||
* win32/common/libgstbase.def:
|
||||
added export of gst_type_find_helper_for_buffer
|
||||
* win32/common/libgstbase.def:
|
||||
added some exports : gst_bin_iterate_elements, gst_iterator_resync,
|
||||
gst_ghost_pad_get_target
|
||||
|
||||
2006-02-28 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/design/draft-klass.txt:
|
||||
|
|
|
@ -18,4 +18,5 @@ EXPORTS
|
|||
gst_collect_pads_start
|
||||
gst_collect_pads_stop
|
||||
gst_push_src_get_type
|
||||
gst_type_find_helper
|
||||
gst_type_find_helper
|
||||
gst_type_find_helper_for_buffer
|
|
@ -13,6 +13,7 @@ EXPORTS
|
|||
gst_bin_get_by_interface
|
||||
gst_bin_get_by_name
|
||||
gst_bin_get_type
|
||||
gst_bin_iterate_elements
|
||||
gst_bin_new
|
||||
gst_bin_remove
|
||||
gst_buffer_create_sub
|
||||
|
@ -137,6 +138,7 @@ EXPORTS
|
|||
gst_fourcc_get_type
|
||||
gst_fraction_get_type
|
||||
gst_fraction_range_get_type
|
||||
gst_ghost_pad_get_target
|
||||
gst_ghost_pad_get_type
|
||||
gst_ghost_pad_new
|
||||
gst_ghost_pad_new_no_target
|
||||
|
@ -157,6 +159,7 @@ EXPORTS
|
|||
gst_iterator_fold
|
||||
gst_iterator_free
|
||||
gst_iterator_next
|
||||
gst_iterator_resync
|
||||
gst_library_error_quark
|
||||
gst_marshal_BOOLEAN__POINTER
|
||||
gst_marshal_VOID__INT_INT
|
||||
|
|
Loading…
Reference in a new issue