context: add type macro
authorWim Taymans <wtaymans@redhat.com>
Tue, 24 Jun 2014 07:42:47 +0000 (09:42 +0200)
committerWim Taymans <wtaymans@redhat.com>
Tue, 24 Jun 2014 07:42:47 +0000 (09:42 +0200)
gst/rtsp-server/rtsp-context.h

index 2b31bdd..c2be87e 100644 (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"