mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
0a2c490723
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>
14 lines
219 B
C
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__ */
|