mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
win32/common/libgstnetbuffer.def: Add new symbol gst_netaddress_equal. Fixes bug #521743.
Original commit message from CVS: * win32/common/libgstnetbuffer.def: Add new symbol gst_netaddress_equal. Fixes bug #521743.
This commit is contained in:
parent
047ede74dc
commit
7b2c2c2dda
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* win32/common/libgstnetbuffer.def:
|
||||
Add new symbol gst_netaddress_equal. Fixes bug #521743.
|
||||
|
||||
2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
EXPORTS
|
||||
gst_netaddress_equal
|
||||
gst_netaddress_get_ip4_address
|
||||
gst_netaddress_get_ip6_address
|
||||
gst_netaddress_get_net_type
|
||||
|
|
Loading…
Reference in a new issue