MediaClient: general cleanup

This commit is contained in:
Dario Casalinuovo
2016-11-18 17:46:19 +01:00
parent ed0a5452c2
commit 5ec9bd1eff
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -165,8 +165,8 @@ public:
// to ovverride it so that you can track something, in this case
// be sure to call the base version.
// Automatically recycle the BBuffer.
virtual status_t SendBuffer(BMediaConnection* connection,
BBuffer* buffer);
virtual status_t SendBuffer(BBuffer* buffer,
BMediaConnection* connection);
// This is supplied to support using this class in a BMediaAddOn.
// Default version just return NULL.