From f249d639f843b15487caf402374f189b5f702c7b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 28 Nov 2006 11:52:27 +0000 Subject: 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. --- gst/rtsp/gstrtspsrc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/rtsp/gstrtspsrc.h') 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; -- cgit