mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
win32/common/libgstbase.def: Add new basetransform API to win export file.
Original commit message from CVS: * win32/common/libgstbase.def: Add new basetransform API to win export file.
This commit is contained in:
parent
42e6f9e77c
commit
c15f4cc2f6
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-15 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* win32/common/libgstbase.def:
|
||||
Add new basetransform API to win export file.
|
||||
|
||||
2007-12-15 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/check/gst/gstbin.c:
|
||||
|
|
|
@ -38,6 +38,7 @@ EXPORTS
|
|||
gst_base_transform_is_in_place
|
||||
gst_base_transform_is_passthrough
|
||||
gst_base_transform_is_qos_enabled
|
||||
gst_base_transform_set_gap_aware
|
||||
gst_base_transform_set_in_place
|
||||
gst_base_transform_set_passthrough
|
||||
gst_base_transform_set_qos_enabled
|
||||
|
|
Loading…
Reference in a new issue