summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpgstpay.h
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2021-02-12 13:16:28 +0100
committerStéphane Cerveau <scerveau@collabora.com>2021-03-29 12:45:22 +0200
commit80f8780e927703e03c43ad3ae781ca3b7e3b3b35 (patch)
treed041d146860311f8f462de29c0686037c63f117a /gst/rtp/gstrtpgstpay.h
parent8c4c4b5cff8f2eb8f959b5da540d56dc4895529a (diff)
rtp: allow per feature registration
Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/876>
Diffstat (limited to 'gst/rtp/gstrtpgstpay.h')
-rw-r--r--gst/rtp/gstrtpgstpay.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpgstpay.h b/gst/rtp/gstrtpgstpay.h
index 6625a4dbc..2294e174e 100644
--- a/gst/rtp/gstrtpgstpay.h
+++ b/gst/rtp/gstrtpgstpay.h
@@ -66,8 +66,6 @@ struct _GstRtpGSTPayClass
GType gst_rtp_gst_pay_get_type (void);
-gboolean gst_rtp_gst_pay_plugin_init (GstPlugin * plugin);
-
G_END_DECLS
#endif /* __GST_RTP_GST_PAY_H__ */