diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-07-01 12:48:38 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-07-01 12:48:38 +0200 |
commit | 8ef62de3f0437ff06b4f249e35ecb098e8bb7ec5 (patch) | |
tree | 94e8fdf2247fb2b1cb80d807680f23d8740877d0 /docs | |
parent | e8598d24e5e736850e521f71a93f3b92eff32d0e (diff) |
netbuffer: add gst_netaddress_to_string
Add function to serialize a net address to a string.
API: GstNetAddress::gst_netaddress_to_string()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 9f422173..f96ea7d5 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -698,12 +698,20 @@ GstNetType GstNetAddress gst_netbuffer_new -gst_netaddress_get_ip4_address -gst_netaddress_get_ip6_address gst_netaddress_get_net_type + gst_netaddress_set_ip4_address +gst_netaddress_get_ip4_address + gst_netaddress_set_ip6_address +gst_netaddress_get_ip6_address + +gst_netaddress_get_address_bytes +gst_netaddress_set_address_bytes + gst_netaddress_equal + +gst_netaddress_to_string <SUBSECTION Standard> GstNetBufferClass GST_TYPE_NETBUFFER |