context: add type macro

This commit is contained in:
Wim Taymans 2014-06-24 09:42:47 +02:00
parent d676c56888
commit aa44c03439

View file

@ -25,6 +25,8 @@
G_BEGIN_DECLS
#define GST_TYPE_RTSP_CONTEXT (gst_rtsp_context_get_type ())
typedef struct _GstRTSPContext GstRTSPContext;
#include "rtsp-server.h"