From 9fa21084bf1e1e5396cc215f519253e582650873 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 26 Jul 2007 15:48:47 +0000 Subject: gst/rtsp/: Use rank to filter out extensions. Original commit message from CVS: * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter), (gst_rtsp_ext_list_stream_select): * gst/rtsp/gstrtspext.h: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams): Use rank to filter out extensions. Add url to stream_select interface call. --- gst/rtsp/gstrtspext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtsp/gstrtspext.h') diff --git a/gst/rtsp/gstrtspext.h b/gst/rtsp/gstrtspext.h index dae5e531..e0b198c0 100644 --- a/gst/rtsp/gstrtspext.h +++ b/gst/rtsp/gstrtspext.h @@ -70,7 +70,7 @@ GstRTSPResult gst_rtsp_ext_list_setup_media (GstRTSPExtensionList *ext, Gs gboolean gst_rtsp_ext_list_configure_stream (GstRTSPExtensionList *ext, GstCaps *caps); GstRTSPResult gst_rtsp_ext_list_get_transports (GstRTSPExtensionList *ext, GstRTSPLowerTrans protocols, gchar **transport); -GstRTSPResult gst_rtsp_ext_list_stream_select (GstRTSPExtensionList *ext); +GstRTSPResult gst_rtsp_ext_list_stream_select (GstRTSPExtensionList *ext, GstRTSPUrl *url); G_END_DECLS -- cgit