rtsp-server: Use single-include rtsp header to make sure we get all definitions
authorSebastian Dröge <sebastian@centricular.com>
Wed, 20 May 2015 14:05:47 +0000 (17:05 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 20 May 2015 14:05:47 +0000 (17:05 +0300)
gst/rtsp-server/rtsp-media.h
gst/rtsp-server/rtsp-stream.h

index 07581b5..ac575e5 100644 (file)
@@ -18,8 +18,7 @@
  */
 
 #include <gst/gst.h>
-#include <gst/rtsp/gstrtsprange.h>
-#include <gst/rtsp/gstrtspurl.h>
+#include <gst/rtsp/rtsp.h>
 #include <gst/net/gstnet.h>
 
 #ifndef __GST_RTSP_MEDIA_H__
index 49771c3..58474fa 100644 (file)
@@ -18,8 +18,7 @@
  */
 
 #include <gst/gst.h>
-#include <gst/rtsp/gstrtsprange.h>
-#include <gst/rtsp/gstrtspurl.h>
+#include <gst/rtsp/rtsp.h>
 #include <gio/gio.h>
 
 #ifndef __GST_RTSP_STREAM_H__