diff options
author | Wim Taymans <wtaymans@redhat.com> | 2014-06-24 09:42:47 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2014-06-24 09:42:47 +0200 |
commit | aa44c034397e50d9fb201058416beaaa80a30809 (patch) | |
tree | 6bdf4f6a5bd893988e7066f30bcb38ceec104ff7 | |
parent | d676c568886b93ac53ddd4d557230735adfb0fee (diff) |
context: add type macro
-rw-r--r-- | gst/rtsp-server/rtsp-context.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" |