summarylogtreecommitdiffstats
path: root/libomxxvideo_64bit.patch
blob: 0e4959300935ec2cf73d46e5b6b9c202dd401dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
proper memory address printf

Wilken 'Akiko' Gottwalt <akiko@mailbox.org>

--- src/omx_xvideo_sink_component.c.orig	2015-11-27 06:53:07.609027879 +0100
+++ src/omx_xvideo_sink_component.c	2015-11-27 06:54:12.791678723 +0100
@@ -77,7 +77,7 @@
       return OMX_ErrorInsufficientResources;
     }
   } else {
-    DEBUG(DEB_LEV_FUNCTION_NAME, "In %s, Error Component %x Already Allocated\n", __func__, (int)openmaxStandComp->pComponentPrivate);
+    DEBUG(DEB_LEV_FUNCTION_NAME, "In %s, Error Component %p Already Allocated\n", __func__, openmaxStandComp->pComponentPrivate);
   }
 
   omx_xvideo_sink_component_Private = openmaxStandComp->pComponentPrivate;