Searched refs:GST_IS_FD_ALLOCATOR (Results 1 – 2 of 2) sorted by relevance
289 g_return_val_if_fail (GST_IS_FD_ALLOCATOR (allocator), NULL); in gst_fd_allocator_alloc()324 return GST_IS_FD_ALLOCATOR (mem->allocator); in gst_is_fd_memory()342 g_return_val_if_fail (GST_IS_FD_ALLOCATOR (mem->allocator), -1); in gst_fd_memory_get_fd()
35 #define GST_IS_FD_ALLOCATOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_FD_ALLOCATO… macro