diff --git a/gst-libs/gst/rtsp/gstrtsptransport.h b/gst-libs/gst/rtsp/gstrtsptransport.h index 5ceb567ff9..9250b02981 100644 --- a/gst-libs/gst/rtsp/gstrtsptransport.h +++ b/gst-libs/gst/rtsp/gstrtsptransport.h @@ -103,8 +103,7 @@ GType gst_rtsp_lower_trans_get_type (void); * * A type to specify a range. */ -typedef struct -{ +typedef struct _GstRTSPRange { gint min; gint max; } GstRTSPRange;