summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-11-28 11:52:27 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-11-28 11:52:27 +0000
commitf249d639f843b15487caf402374f189b5f702c7b (patch)
tree753e457fb25ce8a7e4f383de4e98fbd788c21549 /gst/rtsp/gstrtspsrc.h
parent4b8597668d8b56f4f735f3c5feef3e59ccf366e5 (diff)
gst/rtsp/: Add method so that extensions can choose to disable the setup of a stream.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): * gst/rtsp/gstrtspsrc.h: * gst/rtsp/rtspext.h: * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream), (rtsp_ext_wms_get_context): Add method so that extensions can choose to disable the setup of a stream. Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index d7ea7e59..cdc7c7cd 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -50,7 +50,6 @@ G_BEGIN_DECLS
#include "gstrtsp.h"
#include "rtsp.h"
-#include "rtspext.h"
#define GST_TYPE_RTSPSRC \
(gst_rtspsrc_get_type())
@@ -74,6 +73,8 @@ typedef struct _GstRTSPSrcClass GstRTSPSrcClass;
typedef struct _GstRTSPStream GstRTSPStream;
+#include "rtspext.h"
+
struct _GstRTSPStream {
gint id;