csharp: GstNet: add new gst_net_client_clock_deinit() API in 1.28

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9620>
This commit is contained in:
Tim-Philipp Müller 2025-08-29 12:07:00 +01:00 committed by GStreamer Marge Bot
parent 9873de8d73
commit acb903186f
3 changed files with 13 additions and 0 deletions

View File

@ -180,6 +180,13 @@ namespace Gst.Net {
}
}
[DllImport("gstnet-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void gst_net_client_clock_deinit();
public static void Deinit() {
gst_net_client_clock_deinit();
}
static NetClientClock ()
{

View File

@ -21558,6 +21558,9 @@
<parameter name="base_time" type="guint64" />
</parameters>
</constructor>
<method name="Deinit" cname="gst_net_client_clock_deinit" shared="true" version="1.28">
<return-type type="void" />
</method>
<property name="Address" cname="address" type="gchar*" readable="true" writeable="true" construct="true" construct-only="false" />
<property name="BaseTime" cname="base-time" type="guint64" readable="true" writeable="true" construct="false" construct-only="true" />
<property name="Bus" cname="bus" type="GstBus*" readable="true" writeable="true" construct="false" construct-only="false" />

View File

@ -21632,6 +21632,9 @@
<parameter name="base_time" type="guint64"/>
</parameters>
</constructor>
<method name="Deinit" cname="gst_net_client_clock_deinit" shared="true" version="1.28">
<return-type type="void"/>
</method>
<property name="Address" cname="address" type="gchar*" readable="true" writeable="true" construct="true" construct-only="false"/>
<property name="BaseTime" cname="base-time" type="guint64" readable="true" writeable="true" construct="false" construct-only="true"/>
<property name="Bus" cname="bus" type="GstBus*" readable="true" writeable="true" construct="false" construct-only="false"/>