aboutsummaryrefslogtreecommitdiff
path: root/base/inc/componentbase.h
diff options
context:
space:
mode:
authorywan171 <yi.a.wang@intel.com>2014-07-24 10:11:07 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-29 21:37:37 -0700
commit3f7ceee13aa17ae32d4263aed2ce67eb9a37c58b (patch)
tree8c0270a6938f4c4818ad1cad5f6194c381d394ce /base/inc/componentbase.h
parent59642e7640703b5c0df95dd4111121e95b8f3161 (diff)
downloadwrs_omxil_core-3f7ceee13aa17ae32d4263aed2ce67eb9a37c58b.tar.gz
remove the warning in wrs_corelollipop-dev
BZ: 209178 remove the warning in wrs_core Signed-off-by: ywan171 <yi.a.wang@intel.com> Change-Id: I5655dcc283325cf7da5e0b088887e63cd24fb056 Signed-off-by: ywan171 <yi.a.wang@intel.com> Reviewed-on: https://android.intel.com/220500 Reviewed-by: Fourdan, Olivier <olivier.fourdan@intel.com> Tested-by: Fourdan, Olivier <olivier.fourdan@intel.com>
Diffstat (limited to 'base/inc/componentbase.h')
-rw-r--r--base/inc/componentbase.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/base/inc/componentbase.h b/base/inc/componentbase.h
index 3619640..3310f68 100644
--- a/base/inc/componentbase.h
+++ b/base/inc/componentbase.h
@@ -87,10 +87,10 @@ public:
*/
/* name */
void SetName(const OMX_STRING name);
- const OMX_STRING GetName(void);
+ OMX_STRING GetName(void);
/* working role */
- const OMX_STRING GetWorkingRole(void);
+ OMX_STRING GetWorkingRole(void);
/* cmodule */
void SetCModule(CModule *cmodule);
@@ -361,12 +361,10 @@ private:
/* called in Work() after ProcessorProcess() */
void PostProcessBuffers(OMX_BUFFERHEADERTYPE ***buffers,
const buffer_retain_t *retain);
- void SourcePostProcessBuffers(OMX_BUFFERHEADERTYPE ***buffers,
- const buffer_retain_t *retain);
+ void SourcePostProcessBuffers(OMX_BUFFERHEADERTYPE ***buffers);
void FilterPostProcessBuffers(OMX_BUFFERHEADERTYPE ***buffers,
const buffer_retain_t *retain);
- void SinkPostProcessBuffers(OMX_BUFFERHEADERTYPE ***buffers,
- const buffer_retain_t *retain);
+ void SinkPostProcessBuffers();
/* processor callbacks */
/* TransState */