glsyncmeta: transform func: return FALSE if not supported or failed
https://bugzilla.gnome.org/show_bug.cgi?id=751778
This commit is contained in:
parent
6a7bb242f9
commit
f67eb2571d
@ -132,7 +132,11 @@ _gst_gl_sync_meta_transform (GstBuffer * dest, GstMeta * meta,
|
|||||||
* metas after data */
|
* metas after data */
|
||||||
gst_gl_sync_meta_set_sync_point (dmeta, smeta->context);
|
gst_gl_sync_meta_set_sync_point (dmeta, smeta->context);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
/* return FALSE, if transform type is not supported */
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user