diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-18 17:42:59 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-02-18 17:42:59 +0100 |
commit | a6d75bd33cd94f4cfef1bf888a5950853a5ad95c (patch) | |
tree | 65bd82d3d8446d1b53179e5a0332ea2cc24487ea /docs/libs/gst-plugins-base-libs-sections.txt | |
parent | 6c28744f769c6caf460e1eb6148ebdb4ae62d893 (diff) |
Add RTSP channel object for async io
Add a GstRTSPChannel object that wraps a GSource around the RTSP connection so
that the connection can be monitored from a maincontext. This allows us to
operate in ASYNC mode, which is handy when building a server.
Rework the old code to use the async code under the hood.
API: gst_rtsp_channel_new()
API: gst_rtsp_channel_unref()
API: gst_rtsp_channel_attach()
API: gst_rtsp_channel_queue_message()
Diffstat (limited to 'docs/libs/gst-plugins-base-libs-sections.txt')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 36713376..46803801 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1205,6 +1205,13 @@ gst_rtsp_connection_next_timeout 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 </SECTION> <SECTION> |