summaryrefslogtreecommitdiff
path: root/ext/mplex/gstmplex.hh
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2021-02-18 10:17:20 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-03-23 14:19:17 +0000
commitd5e5ced7b71835fc23c8ccc413cb2b70da419acf (patch)
treea0dff3bcd0c081746053706a6c8aafcc7d297f42 /ext/mplex/gstmplex.hh
parentbae7151c4d99c40d13657c4275340aac26451cd8 (diff)
downloadgstreamer-plugins-bad-d5e5ced7b71835fc23c8ccc413cb2b70da419acf.tar.gz
mplex: 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-bad/-/merge_requests/2038>
Diffstat (limited to 'ext/mplex/gstmplex.hh')
-rw-r--r--ext/mplex/gstmplex.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mplex/gstmplex.hh b/ext/mplex/gstmplex.hh
index 68a425776..6c8466413 100644
--- a/ext/mplex/gstmplex.hh
+++ b/ext/mplex/gstmplex.hh
@@ -117,6 +117,8 @@ typedef struct _GstMplexClass {
GType gst_mplex_get_type (void);
+GST_ELEMENT_REGISTER_DECLARE (mplex);
+
G_END_DECLS
#endif /* __GST_MPLEX_H__ */