summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspext.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-07-26 15:48:47 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-07-26 15:48:47 +0000
commit9fa21084bf1e1e5396cc215f519253e582650873 (patch)
tree926185ccbd0c4f491131fd2701cee1523c286352 /gst/rtsp/gstrtspext.h
parentfa9c47f14d6b5ff16150854c5718a7c5f34fd0dc (diff)
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.
Diffstat (limited to 'gst/rtsp/gstrtspext.h')
-rw-r--r--gst/rtsp/gstrtspext.h2
1 files changed, 1 insertions, 1 deletions
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