From aa44c034397e50d9fb201058416beaaa80a30809 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 24 Jun 2014 09:42:47 +0200 Subject: context: add type macro --- gst/rtsp-server/rtsp-context.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/rtsp-server/rtsp-context.h b/gst/rtsp-server/rtsp-context.h index 2b31bdd..c2be87e 100644 --- a/gst/rtsp-server/rtsp-context.h +++ b/gst/rtsp-server/rtsp-context.h @@ -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" -- cgit v1.2.3