summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-07-14 17:17:34 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-07-14 17:18:12 -0400
commitdec3fb37239ea4ee092d8f6f1fa8510e748b0d7a (patch)
treef84d6d7b6952b3064cf19e3de768e7c4437303a3
parent2b2766494bc8b2e49ded063bb6caa0ecfd858762 (diff)
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.
-rw-r--r--gst-libs/gst/rtsp/gstrtsptransport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/rtsp/gstrtsptransport.h b/gst-libs/gst/rtsp/gstrtsptransport.h
index a217b4310..8918fc50b 100644
--- a/gst-libs/gst/rtsp/gstrtsptransport.h
+++ b/gst-libs/gst/rtsp/gstrtsptransport.h
@@ -45,6 +45,7 @@
#include <gst/gstconfig.h>
#include <gst/rtsp/gstrtspdefs.h>
+#include <gst/rtsp/gstrtsp-enumtypes.h>
G_BEGIN_DECLS