diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-19 15:51:52 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-19 15:55:07 +0100 |
commit | f187ffddce2fca17060cdb44174b3c5121bf5bec (patch) | |
tree | 5aceb2b23b81eb3f54ac4fd2f120d08d7aec898f /docs | |
parent | 02f9079d6b9056bb7c46ee404dd755967d48db32 (diff) |
Make RTSPConnection opaque and rename RTSPChannel
Make the RTSPConnection object opaque so that we can extend it in the future.
Rename GstRTSPChannel to GstRTSPWatch to avoid confusing with the RTSP channels.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 28acd4e6..4842f39a 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1219,12 +1219,12 @@ gst_rtsp_connection_reset_timeout gst_rtsp_connection_flush gst_rtsp_connection_set_auth -GstRTSPChannel -GstRTSPChannelFuncs -gst_rtsp_channel_new -gst_rtsp_channel_unref -gst_rtsp_channel_attach -gst_rtsp_channel_queue_message +GstRTSPWatch +GstRTSPWatchFuncs +gst_rtsp_watch_new +gst_rtsp_watch_unref +gst_rtsp_watch_attach +gst_rtsp_watch_queue_message </SECTION> <SECTION> |