diff options
author | Stéphane Cerveau <scerveau@collabora.com> | 2021-02-12 13:16:28 +0100 |
---|---|---|
committer | Stéphane Cerveau <scerveau@collabora.com> | 2021-03-29 12:45:22 +0200 |
commit | 80f8780e927703e03c43ad3ae781ca3b7e3b3b35 (patch) | |
tree | d041d146860311f8f462de29c0686037c63f117a /gst/rtp/gstrtpsirenpay.h | |
parent | 8c4c4b5cff8f2eb8f959b5da540d56dc4895529a (diff) | |
download | gstreamer-plugins-good-80f8780e927703e03c43ad3ae781ca3b7e3b3b35.tar.gz |
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/gstrtpsirenpay.h')
-rw-r--r-- | gst/rtp/gstrtpsirenpay.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpsirenpay.h b/gst/rtp/gstrtpsirenpay.h index eaba5b5a4..56fc664ba 100644 --- a/gst/rtp/gstrtpsirenpay.h +++ b/gst/rtp/gstrtpsirenpay.h @@ -51,7 +51,5 @@ struct _GstRTPSirenPayClass GType gst_rtp_siren_pay_get_type (void); -gboolean gst_rtp_siren_pay_plugin_init (GstPlugin * plugin); - G_END_DECLS #endif /* __GST_RTP_SIREN_PAY_H__ */ |