rtsp-server: Use single-include rtsp header to make sure we get all definitions

This commit is contained in:
Sebastian Dröge 2015-05-20 17:05:47 +03:00
parent 1c30c60e64
commit 8700468499
2 changed files with 2 additions and 4 deletions

View 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__

View 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__