From 5ef152132b477a07fa31b2ddd39f4cf7a29f68b4 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Wed, 16 Feb 2011 13:20:02 -0800 Subject: Respond to RTSP server->client requests. Even if it's just to tell them that we don't support any (this is optional). Change-Id: I557865ac00d0fb65ffa69363eb1eceaabe522a1a related-to-bug: 3353752 --- media/libstagefright/rtsp/ARTSPConnection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'media/libstagefright/rtsp/ARTSPConnection.h') diff --git a/media/libstagefright/rtsp/ARTSPConnection.h b/media/libstagefright/rtsp/ARTSPConnection.h index 19be2a6..0fecf3c6 100644 --- a/media/libstagefright/rtsp/ARTSPConnection.h +++ b/media/libstagefright/rtsp/ARTSPConnection.h @@ -109,6 +109,8 @@ private: status_t findPendingRequest( const sp &response, ssize_t *index) const; + bool handleServerRequest(const sp &request); + static bool ParseSingleUnsignedLong( const char *from, unsigned long *x); -- cgit v1.1