From dec3fb37239ea4ee092d8f6f1fa8510e748b0d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 14 Jul 2015 17:17:34 -0400 Subject: [PATCH] rtsp: Include generated enum types in gstrtsptransport.h GST_TYPE_RTSP_LOWER_TRANS used to be defined in there, not including the generated file makes older gst-p-good fail to build, so it constitues an API break. --- gst-libs/gst/rtsp/gstrtsptransport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/rtsp/gstrtsptransport.h b/gst-libs/gst/rtsp/gstrtsptransport.h index a217b4310d..8918fc50b6 100644 --- a/gst-libs/gst/rtsp/gstrtsptransport.h +++ b/gst-libs/gst/rtsp/gstrtsptransport.h @@ -45,6 +45,7 @@ #include #include +#include G_BEGIN_DECLS