mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
rtsp-server: Use single-include rtsp header to make sure we get all definitions
This commit is contained in:
parent
1c30c60e64
commit
8700468499
2 changed files with 2 additions and 4 deletions
|
@ -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__
|
||||
|
|
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue