mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
plugins: uddate gst_type_mark_as_plugin_api() calls
This commit is contained in:
parent
11f4fe79d7
commit
7e598e9184
1 changed files with 2 additions and 2 deletions
|
@ -821,8 +821,8 @@ gst_rtsp_client_sink_class_init (GstRTSPClientSinkClass * klass)
|
||||||
|
|
||||||
gstbin_class->handle_message = gst_rtsp_client_sink_handle_message;
|
gstbin_class->handle_message = gst_rtsp_client_sink_handle_message;
|
||||||
|
|
||||||
gst_type_mark_as_plugin_api (GST_TYPE_RTSP_CLIENT_SINK_PAD);
|
gst_type_mark_as_plugin_api (GST_TYPE_RTSP_CLIENT_SINK_PAD, 0);
|
||||||
gst_type_mark_as_plugin_api (GST_TYPE_RTSP_CLIENT_SINK_NTP_TIME_SOURCE);
|
gst_type_mark_as_plugin_api (GST_TYPE_RTSP_CLIENT_SINK_NTP_TIME_SOURCE, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue