adaptivedemux2: fix plugin/element init
authorStéphane Cerveau <scerveau@collabora.com>
Mon, 2 May 2022 14:55:34 +0000 (16:55 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 30 May 2022 13:13:48 +0000 (13:13 +0000)
commit6b55f97529a798823ef8e7dfc55ae8465d759edf
treefa71e5852e50e7693ab746193211b38ba7e5fda5
parent7acfd0cdd12356ef76772c97cc151aa039e4b883
adaptivedemux2: fix plugin/element init

In case of per features registration such as the
customizable gstreamer-full library, each
element should check that the soup library can be loaded to
facilitate the element registration.

Initialize the debug categories properly

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2348>
subprojects/gst-plugins-good/ext/adaptivedemux2/dash/gstdashdemux.c
subprojects/gst-plugins-good/ext/adaptivedemux2/dash/gstdashdemux.h
subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c
subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemuxelement.c [new file with mode: 0644]
subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemuxelements.h [new file with mode: 0644]
subprojects/gst-plugins-good/ext/adaptivedemux2/hls/gsthlsdemux.c
subprojects/gst-plugins-good/ext/adaptivedemux2/hls/gsthlsdemux.h
subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build
subprojects/gst-plugins-good/ext/adaptivedemux2/mss/gstmssdemux.c
subprojects/gst-plugins-good/ext/adaptivedemux2/mss/gstmssdemux.h
subprojects/gst-plugins-good/ext/adaptivedemux2/plugin.c