mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
context: add type macro
This commit is contained in:
parent
d676c56888
commit
aa44c03439
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
#define GST_TYPE_RTSP_CONTEXT (gst_rtsp_context_get_type ())
|
||||||
|
|
||||||
typedef struct _GstRTSPContext GstRTSPContext;
|
typedef struct _GstRTSPContext GstRTSPContext;
|
||||||
|
|
||||||
#include "rtsp-server.h"
|
#include "rtsp-server.h"
|
||||||
|
|
Loading…
Reference in a new issue