mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 04:45:36 +00:00
win32/common/libgstreamer.def: Add gst_tag_setter_reset_tags to the list of exported symbols.
Original commit message from CVS: * win32/common/libgstreamer.def: Add gst_tag_setter_reset_tags to the list of exported symbols.
This commit is contained in:
parent
c0a2c5839e
commit
b8272d5805
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-12-19 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* win32/common/libgstreamer.def:
|
||||
Add gst_tag_setter_reset_tags to the list of exported symbols.
|
||||
|
||||
2008-12-17 Alessandro Decina <alessandro.decina@collabora.co.uk>
|
||||
|
||||
* gst/gstghostpad.c:
|
||||
|
|
|
@ -911,6 +911,7 @@ EXPORTS
|
|||
gst_tag_setter_get_tag_merge_mode
|
||||
gst_tag_setter_get_type
|
||||
gst_tag_setter_merge_tags
|
||||
gst_tag_setter_reset_tags
|
||||
gst_tag_setter_set_tag_merge_mode
|
||||
gst_task_cleanup_all
|
||||
gst_task_create
|
||||
|
|
Loading…
Reference in a new issue