mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin types
This commit is contained in:
parent
b61f1081b2
commit
1a99533be8
1 changed files with 3 additions and 0 deletions
|
@ -820,6 +820,9 @@ gst_rtsp_client_sink_class_init (GstRTSPClientSinkClass * klass)
|
||||||
"Jan Schmidt <jan@centricular.com>");
|
"Jan Schmidt <jan@centricular.com>");
|
||||||
|
|
||||||
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_NTP_TIME_SOURCE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue