gstreamer: fix build warning
Signed-off-by: sw.multimedia <sw.multimedia@starfivetech.com> (cherry picked from http://192.168.110.45/jh7100/buildroot/-/commit/9d20c03dc2f5d4f108d05d4d8d1e37c59356efe0)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
+#ifdef USE_OMX_TARGET_STARFIVE
|
+#ifdef USE_OMX_TARGET_STARFIVE
|
||||||
+ if ( !gst_is_dmabuf_memory (mem)) {
|
+ if ( !gst_is_dmabuf_memory (mem)) {
|
||||||
+ GST_INFO_OBJECT (self,
|
+ GST_INFO_OBJECT (self,
|
||||||
+ " %d-th buffer doesn't contain dmabuf, go to out. port->port_def.nBufferSize: %d",
|
+ " %d-th buffer doesn't contain dmabuf, go to out. port->port_def.nBufferSize: %lu",
|
||||||
+ i, port->port_def.nBufferSize);
|
+ i, port->port_def.nBufferSize);
|
||||||
+ goto out;
|
+ goto out;
|
||||||
+ }
|
+ }
|
||||||
|
|||||||
Reference in New Issue
Block a user