[gst-cvs] 'Base' GStreamer plugins and helper libraries branch, master, updated. RELEASE-0_10_22-76-ga6d75bd

Wim Taymans wtay at kemper.freedesktop.org
Wed Feb 18 08:47:16 PST 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "'Base' GStreamer plugins and helper libraries".

The branch, master has been updated
       via  a6d75bd33cd94f4cfef1bf888a5950853a5ad95c (commit)
      from  6c28744f769c6caf460e1eb6148ebdb4ae62d893 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a6d75bd33cd94f4cfef1bf888a5950853a5ad95c
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Wed Feb 18 17:42:59 2009 +0100

    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()

-----------------------------------------------------------------------

Summary of changes:
 docs/libs/gst-plugins-base-libs-sections.txt |    7 +
 gst-libs/gst/rtsp/gstrtspconnection.c        | 1089 ++++++++++++++++++--------
 gst-libs/gst/rtsp/gstrtspconnection.h        |   42 +
 3 files changed, 812 insertions(+), 326 deletions(-)


hooks/post-receive
--
'Base' GStreamer plugins and helper libraries




More information about the Gstreamer-commits mailing list