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.
This commit is contained in:
Olivier Crête 2015-07-14 17:17:34 -04:00
parent 2b2766494b
commit dec3fb3723

View file

@ -45,6 +45,7 @@
#include <gst/gstconfig.h>
#include <gst/rtsp/gstrtspdefs.h>
#include <gst/rtsp/gstrtsp-enumtypes.h>
G_BEGIN_DECLS