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:
Andy Hu
2022-04-22 09:27:32 +08:00
parent 20fdec1b0e
commit e8ea49860c
@@ -7,7 +7,7 @@
+#ifdef USE_OMX_TARGET_STARFIVE
+ if ( !gst_is_dmabuf_memory (mem)) {
+ 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);
+ goto out;
+ }