mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
win32/common/libgstreamer.def: Add new API declarations
Original commit message from CVS: * win32/common/libgstreamer.def: Add new API declarations
This commit is contained in:
parent
ed2d23a5c5
commit
d384522872
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* win32/common/libgstreamer.def:
|
||||
Add new API declarations
|
||||
|
||||
2008-01-14 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/gstminiobject.c:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 36e8d05157d6c831e0d3919ae2ee9c342498eda8
|
||||
Subproject commit 0efbab89d333b5d07cc7da1a501c38edf5bb4f72
|
|
@ -40,6 +40,7 @@ EXPORTS
|
|||
_gst_element_error_printf
|
||||
_gst_plugin_register_static
|
||||
_gst_trace_add_entry
|
||||
_gst_trace_on DATA
|
||||
gst_activate_mode_get_type
|
||||
gst_alloc_trace_available
|
||||
gst_alloc_trace_flags_get_type
|
||||
|
@ -645,6 +646,7 @@ EXPORTS
|
|||
gst_plugin_load_by_name
|
||||
gst_plugin_load_file
|
||||
gst_plugin_name_filter
|
||||
gst_plugin_register_static
|
||||
gst_print_element_args
|
||||
gst_print_pad_caps
|
||||
gst_query_get_structure
|
||||
|
|
Loading…
Reference in a new issue