rtsp: Add error_full callback to GstRTSPWatchFuncs.
authorPeter Kjellerstedt <pkj@axis.com>
Tue, 16 Jun 2009 16:38:02 +0000 (18:38 +0200)
committerPeter Kjellerstedt <pkj@axis.com>
Mon, 24 Aug 2009 11:19:45 +0000 (13:19 +0200)
commite5ec74c7a9e71760e55744a2a90dd28ee1ef7cc3
treef741803c03fe745af0f99a8018dacc763c90b0fb
parentab8bea45557aa727301bbb7df89aa686b07bc447
rtsp: Add error_full callback to GstRTSPWatchFuncs.

The error_full callback is similar to the error callback, but allows for
better error handling. For read errors a partial message is provided to
help an RTSP server generate a more correct error response, and for write
errors the write queue id of the failed message is returned.
gst-libs/gst/rtsp/gstrtspconnection.c
gst-libs/gst/rtsp/gstrtspconnection.h