gstreamer/subprojects/gst-plugins-good/ext/adaptivedemux2/hls/gsthlselements.h
Piotr Brzeziński 0a2c490723 adaptivedemux2: Prevent duplicate symbols on static builds
Uses prelude header files with #defines to rename DASH and MSS
symbols duplicated in their old standalone versions.
Also redefines soup-related functions when building it for
adaptivedemux2 to prevent symbol conflicts there.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2534>
2022-06-15 01:13:16 +00:00

14 lines
219 B
C

#ifndef __GST_HLS_ELEMENT_H__
#define __GST_HLS_ELEMENT_H__
#include <gst/gst.h>
G_BEGIN_DECLS
void hls2_element_init (void);
GST_DEBUG_CATEGORY_EXTERN (hls2_debug);
G_END_DECLS
#endif /* __GST_HLS_ELEMENT_H__ */