video_dec: Update VP8 component role
authorAndreas Schneider <asn@cryptomilk.org>
Sun, 29 Mar 2015 10:43:41 +0000 (12:43 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Sun, 29 Mar 2015 10:44:17 +0000 (12:44 +0200)
VP8 component role changed to "video_decoder.vp8" in the framework.

Change-Id: Ie1d8d8c054a68938508d5e57a34dd5cdbc2c95de
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
component/video/dec/vp8/library_register.h

index 375b9144f58f835964c0c4b0a9d619e4128c141a..76110e70a5cf3bb35c555127c314de9b3d7f8cd6 100644 (file)
@@ -38,7 +38,7 @@
 
 /* VP8 */
 #define EXYNOS_OMX_COMPONENT_VP8_DEC      "OMX.Exynos.VP8.Decoder"
-#define EXYNOS_OMX_COMPONENT_VP8_DEC_ROLE "video_decoder.vpx"
+#define EXYNOS_OMX_COMPONENT_VP8_DEC_ROLE "video_decoder.vp8"
 
 
 #ifdef __cplusplus